uracoli-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[uracoli-devel] Porting in Arduino String object from 0019


From: John Duksta
Subject: [uracoli-devel] Porting in Arduino String object from 0019
Date: Sat, 30 Oct 2010 12:46:04 -0400

Arduino 0019 introduced the String object from Wiring.

To pull this forward into the radiofaro/zigbit hardware, we need to:
* add WString.h and WString.cpp from arduino src tree
* Apply the following patch to WProgram.h

Index: WProgram.h
===================================================================
RCS file: /sources/uracoli/uracoli/Contrib/Arduino/zigbit/WProgram.h,v
retrieving revision 1.1
diff -r1.1 WProgram.h
10a11
> #include "WString.h"
21a23,25
> void tone(uint8_t _pin, unsigned int frequency, unsigned long duration = 0);
> void noTone(uint8_t _pin);
> 

-j


reply via email to

[Prev in Thread] Current Thread [Next in Thread]