index
:
arduino-avr-xinput
master
A fork of Dmadison's Xinput Arduino avr core with a package.json
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cores
/
arduino
/
WString.h
Age
Commit message (
Expand
)
Author
2013-05-09
borrowing WString.h from master
Federico Fissore
2012-10-18
Merged latest changes in AVR arduino core
Cristian Maglie
2011-10-27
Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_r...
Zach Eveland
2011-03-03
Fixing warnings (David H. Lynch Jr).
David A. Mellis
2010-11-29
Redoing 448222e4b65e0cf44dfc0c494f7f76901f1fabea without all the extra files.
David A. Mellis
2010-11-29
Revert "added toInt() function to WString".
David A. Mellis
2010-11-29
added toInt() function to WString
Tom Igoe
2010-08-28
Changing String::toCharArray() and getBytes() to accept a buffer, rather than...
David A. Mellis
2010-08-18
Adding some basic error checking to the String class (i.e. checking for a non...
David A. Mellis
2010-08-06
No longer requiring WProgram.h for Print / Stream classes (replaced Arduino-s...
David A. Mellis
2010-07-27
added more String examples
Tom Igoe
2010-07-27
Reverting changes to String class and modifying to allow + and += to work on ...
David A. Mellis
2010-07-27
removed append() from String library
Tom Igoe
2010-07-27
checked in Xiaoyang Feng's changes to String library
Tom Igoe
2010-07-27
Checked in Xiaoyang's changes to String library
Tom Igoe
2010-07-04
Adding support for printing Strings to the Print class.
David A. Mellis
2010-07-04
Modifying String from new/delete to malloc()/free(). Also #include'ing WStri...
David A. Mellis
2010-07-04
Adding WString.h and WString.cpp straight from Wiring (r. 726). Won't actual...
David A. Mellis