1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
83ef1814cf Updated Blink without delay example
Changed variable to unsigned long.
2013-11-11 16:31:25 +04:00
ad500ae24d Update incorrect docs in tonePitchFollower example
The comments state that the speaker should be on pin 8, but the code references pin 9. Updated the comments to reflect the correct pin.
2013-06-11 14:47:15 +02:00
5481bacba2 Fixes #1432 2013-05-23 16:24:38 +02:00
c87ddd567d small changes to the Debounce example 2013-04-16 16:50:23 +02:00
b7da415d6f Fix Debounce example to work as described
This alters the debounce example code to toggle the LED rather than just use
the button state to set the LED state.

Fixes #293
2012-12-28 20:16:42 +00:00
105a5b1c05 Example had a wrong name (02.Digital/DigitalInputPullup)
Fixes #1074
2012-12-17 09:37:26 +01:00
57ed5ba6f2 Reconciled comment versions on TonePitchFollower example 2012-06-12 10:23:19 -04:00
4b7bc3b584 Made changes to TonePitchFollower example for clarity, suggestions by user Michael Flynn 2012-05-31 18:24:38 -04:00
bde00b9be9 Added delays to some serial examples to avoid crashing the serial monitor. 2012-04-09 10:48:40 -04:00
772f4ffa5f Updated USB examples to include Keyboard and mouse Begin. 2012-03-27 15:00:24 -04:00
f5093b064a Renumbered examples 2012-03-19 19:44:06 -04:00