diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-03-13 18:07:01 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-03-13 18:07:01 +0100 |
commit | f68a0f10421d697341561dd21cdda864f43393b4 (patch) | |
tree | dae5fcfb602d4cc891da19ea51ae361295b320ec /ino | |
parent | 12ce243e5638421192f074b6f5a395320ea0557c (diff) |
add arduino starting point
Diffstat (limited to 'ino')
-rw-r--r-- | ino | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +void setup() { + +} + +void loop() { + +} |