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
Copy file name to clipboardExpand all lines: UsingArduino/README.md
+33-3Lines changed: 33 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Using the IDE and testing alternatives
14
14
> - is supported by many board/sensor manufacturers
15
15
16
16
> [!TIP]
17
-
> in [LearningAvrC](../LearningAvrC) (SID:Still In Development)
17
+
> in [LearningAvrC](../LearningAvrC) (SID:Still In Development)
18
18
> we will do some ***massive skimming***
19
19
20
20
## IDE - Basic Blink Sketch
@@ -160,8 +160,38 @@ And ***Arduino.h*** contains all the magically coloured commands ( just some exa
160
160
> ```
161
161
162
162
## ArduinoMk
163
-
This a beautifull package based on make-files which allows you to use Arduino code without the "heavyweight" IDE.\
164
-
We'll use it for some examples.
163
+
This a beautifull package by Martin J. Oldfield based on make-files which allows you to use Arduino code without the "heavyweight" IDE.\
164
+
We'll use it for some examples.\
165
+
166
+
>[!NOTE]
167
+
> On debian the package is called arduino-mk.\
168
+
> It's philosophy is based on doing the work in your project's folder, and keeping the compiled binary in elf and hex format there, next to your sketch.
169
+
> It's well documented.\
170
+
> You can use standard arduino language and the standard arduino boards easily. Other boards are supported through extra configuration options.
0 commit comments