1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Implemented PWM on pin 11; slowed PWM frequency on pins 9 and 10; documented changes in readme.txt.

This commit is contained in:
David A. Mellis
2006-02-25 13:15:23 +00:00
parent 18fc6d6875
commit aa9ed15849
3 changed files with 89 additions and 34 deletions

View File

@ -41,6 +41,17 @@ may need to reboot after running this script.
UPDATES
0004
Main sketch is now compiled as C++ (instead of C).
Updated avr toolchain.
printInteger(), printHex(), etc. now handle longs.
millis() fixed (now overflows after days, not minutes)
Fixed path to java in Windows run.bat.
Added Matrix and Sprite libraries.
PWM now working on pin 11 (as well as 9 and 10).
Slowed PWM frequency (on all three PWM pins) to 1KHz.
0003
API Changes