File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,23 @@ And ***Arduino.h*** contains all the magically coloured commands ( just some exa
141141> so here we have the ***declarations*** of the **setup** and **loop** [functions](../LearningC/C_Language_Shorts/C_syntax.md#functions) \
142142> you ***define*** them in your sketch
143143
144+ ### Hardware Magic
145+
146+ >[!IMPORTANT]
147+ > This is configured through the following files:
148+ > pins_arduino.h\
149+ > boards.txt\
150+ > platform.txt
151+ For the standard arduino boards like UNO they can be found in:
152+ > ```
153+ > ARDUINO_DIR/hardware/arduino/avr/
154+ > ARDUINO_DIR/hardware/arduino/avr/variants/standard/
155+ > ```
156+ > and the **official libraries** would be in:\
157+ > ```
158+ > ARDUINO_DIR//hardware/arduino/avr/libraries/
159+ > ```
160+
144161## ArduinoMk
145162This a beautifull package based on make-files which allows you to use Arduino code without the "heavyweight" IDE.\
146163We'll use it for some examples.
You can’t perform that action at this time.
0 commit comments