a285810cb5
This patch is meant to test the link order, if the OTHER_OBJS variable gets used to add 3rd party archives, that depend on the Arduino core lib (the archive pointed to by the CORE_LIB variable). The examples/Blink3rdPartyLib directory contains a stripped down Blink and includes a library in the examples/Blink3rdPartyLib/Toggle sub-directory. The archive, built inside the Toggle directory mimics a 3rd party library. The archive gets built and linked in by using the OTHER_OBS variable in examples/Blink3rdPartyLib/Makefile. |
||
---|---|---|
.. | ||
AnalogInOutSerial | ||
ATtinyBlink | ||
Blink | ||
Blink3rdPartyLib | ||
BlinkChipKIT | ||
BlinkInAVRC | ||
BlinkNetworkRPi | ||
BlinkOpenCM | ||
BlinkTeensy | ||
BlinkWithoutDelay | ||
DueBlink | ||
Fade | ||
HelloWorld | ||
MakefileExample | ||
master_reader | ||
MZeroBlink | ||
SerialPrint | ||
TinySoftWareSerial | ||
toneMelody | ||
WebServer | ||
ZeroBlink | ||
.gitignore | ||
README.md |
This folder contains the list of example Arduino sketches and makefile showing the different usage patterns
- BlinkInAVRC - Shows how to use plain AVR C code
- ATtinyBlink - Shows how to use different cores like ATtiny
- Blink - Shows normal usage
- HelloWorld - Shows how to include Arduino libraries
- SerialPrint - Shows how serial monitor can be used
- BlinkChipKIT - Shows how to use ChipKIT