diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-15 15:32:37 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-15 15:32:37 +0200 |
commit | 310a0a145a807706e68200be6cf28f18f6886fd0 (patch) | |
tree | df16110469b0598c88e2b5e59ec6d838d037a012 /arduino/.gitignore | |
parent | 8de1733ca506dc7b7d4b66dca1b33c22e76dc855 (diff) |
add arduino code for simulated sensor
Diffstat (limited to 'arduino/.gitignore')
-rw-r--r-- | arduino/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arduino/.gitignore b/arduino/.gitignore new file mode 100644 index 0000000..9785597 --- /dev/null +++ b/arduino/.gitignore @@ -0,0 +1,2 @@ +build +.cache |