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:
11
readme.txt
11
readme.txt
@ -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
|
||||
|
Reference in New Issue
Block a user