uracoli-devel
[Top][All Lists]
Advanced

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

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


From: Charles Goyard
Subject: Re: [uracoli-devel] Porting in Arduino String object from 0019
Date: Mon, 01 Nov 2010 17:00:54 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Mnenhy/0.8.3 Thunderbird/3.1.6

Hi,

Arduino 0019 introduced the String object from Wiring.

I added the String class to radiofaro, but from arduino 0021. Turns out the patch in a little larger than yours :).

There's one thing left to do : map the analog input in WProgram.h to match the odd-looking constants. I could not force my brain to follow the RFA1 -> deFR -> Arduino lib -> Arduino PCB path :)
...
const static uint8_t A0 = 54;
const static uint8_t A1 = 55;
const static uint8_t A2 = 56;
...

plus I don't think the constants are optimized at compile time, so it eats SRAM.

Axel, I saw the Serial::end method has been removed. Is it done on purpose ?

Also I could not commit in the cvs, do I need to install a public key somewhere ?

Cheers,

--
Charlot


Attachment: radiofaro-string.patch.gz
Description: application/gzip


reply via email to

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