Skip to content

Commit 19c54bf

Browse files
authored
Update README.md
arduino file locations for standard boards
1 parent 8df4783 commit 19c54bf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

UsingArduino/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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
145162
This a beautifull package based on make-files which allows you to use Arduino code without the "heavyweight" IDE.\
146163
We'll use it for some examples.

0 commit comments

Comments
 (0)