I need to download the WString.h library. I cannot find a copy to download. I have been sent to String() - Arduino Reference but I do not see anywhere to download the library where this sends me to. It appears the tutorial site has changed to learning. Any help would be awesome. Thanks in advance.
I need to download the WString.h library.
Why? WString.h is part of the core Arduino package, and has been since 0019.
For what version of the IDE do you think you need to download a library?
You can get the wstring.h below, but most of it's functions are included in IDE 0021.
I loaded arduino 22, but I do not see this library.
On my computer, running Win7, WString.h is here:
C:\Users<UserID>\Documents\arduino-0022\hardware\arduino\cores\arduino
okay, I was able to use string.h. That is included in arduino 22. Thanks for the replies.