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

Modifying String from new/delete to malloc()/free(). Also #include'ing WString.h from WProgram.h.

This commit is contained in:
David A. Mellis
2010-07-04 16:36:52 +00:00
parent 99abaed344
commit 880bc682a9
4 changed files with 10 additions and 8 deletions

View File

@ -2,6 +2,7 @@ ARDUINO 0019
[core / libraries]
* Added aliases for the analog input pins: A0, A1, etc.
* More accurate delay() function from BenF.
* Re-enabling PWM after tone() ends.