You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains all sorts of stuff related to Arduino. This is mostly just my own stuff as I use it and is not necessarily meant for direct use by others. Documentation might be missing, but feel free to ask if you find anything interesting you would like to know more about.
3
+
This repository contains all sorts of stuff related to Arduino. This is mostly
4
+
just my own stuff as I use it and is not necessarily meant for direct use by
5
+
others. Documentation might be missing, but feel free to ask if you find
6
+
anything interesting you would like to know more about.
5
7
6
-
git submodule configuration
7
-
---------------------------
8
+
## git submodule configuration
8
9
9
10
This repository uses external repositories using git submodules:
10
11
11
12
$ git submodule init
12
13
$ git submodule update
14
+
15
+
16
+
## Boards Management
17
+
18
+
### AVR
19
+
20
+
Everything is builtin into Arduino and Arduino-Makefile. No special
21
+
configuration necessary.
22
+
23
+
24
+
### ESP8266
25
+
26
+
Support for esp8266 can be enabled by downloading additional tools. Refer to
27
+
the official [ESP8266 Arduino Core](https://arduino-esp8266.readthedocs.io/)
28
+
instructions.
29
+
30
+
Additonallity, [arduino-cli](https://github.com/arduino/arduino-cli) is
31
+
required for compilation and for flashing the device.
0 commit comments