We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a622c commit 153d4f6Copy full SHA for 153d4f6
README.md
@@ -1,2 +1,10 @@
1
# automato-arduino
2
-Arduino code for ESP32-based Automato Sensor Module.
+Arduino boards package for Automato
3
+
4
+## Installation Instructions
5
+1. Install [arduino-esp32](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html)
6
+2. Add the [package index file](https://raw.githubusercontent.com/InterstitialTech/automato-arduino/main/package_automato_index.json)
7
+to the Arduino IDE (File > Preferences > Additional Boards Manager URLs)
8
+3. Open the boards manager (Tools > Board > Boards Manager), type "automato", and click Install
9
+4. Confirm that it's working by compiling Blinky with the board set as "Automato Sensor Module"
10
0 commit comments