mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-20 09:35:40 -05:00
Initial commit from private
This commit is contained in:
11
Weather/Arduino/makefile
Normal file
11
Weather/Arduino/makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
weather:
|
||||
mkdir -p bin/
|
||||
arduino-cli compile -b arduino:avr:uno Weather.ino -o bin/Weather
|
||||
|
||||
install:
|
||||
sudo service weather stop
|
||||
arduino-cli upload -b arduino:avr:uno -p /dev/ttyACM0 -i bin/Weather
|
||||
sudo service weather start
|
||||
|
||||
clean:
|
||||
rm -rf bin/
|
||||
Reference in New Issue
Block a user