1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-21 15:54:39 +01:00

Added new examples for 0016 update - tigoe

This commit is contained in:
Tom Igoe 2009-06-25 19:05:04 +00:00
parent 12cc34e9e0
commit f4beacb22a

View File

@ -46,11 +46,25 @@ Processing and Wiring.
UPDATES UPDATES
<<<<<<< .mine
0016 -
[documentation / examples]
* Updating Analog, Digital, and Communication examples to make style consistent
* Adding digital input State Change Detection example
* Adding stubs examples, some basic code snippets that get used constantly
* Adding Control Structure examples: For Loop, While Loop, If Statement
=======
0016 - 2009.05.30 0016 - 2009.05.30
[documentation / examples] [documentation / examples]
* New communication examples (w/ corresponding Processing and Max/MSP code) by * New communication examples (w/ corresponding Processing and Max/MSP code)
Tom Igoe. * Updating Analog, Digital, and Communication examples to make style consistent
* Adding digital input State Change Detection example
* Adding stubs examples, some basic code snippets that get used constantly
* Adding Control Structure examples: For Loop, While Loop, If Statement
[core / libraries] [core / libraries]
* Adding support for the Arduino Pro and Pro Mini 3.3V / 8 MHz w/ ATmega328. * Adding support for the Arduino Pro and Pro Mini 3.3V / 8 MHz w/ ATmega328.
@ -77,6 +91,7 @@ UPDATES
[tools] [tools]
* Adding automatic dependency generation to the Makefile. (Lars Immisch) * Adding automatic dependency generation to the Makefile. (Lars Immisch)
>>>>>>> .r660
0015 - 2009.03.26 0015 - 2009.03.26
[core / libraries] [core / libraries]