Group: http://groups.google.com/group/toasted-circuits-lightuino/topics
Andrew Stone <st...@toastedcircuits.com> Sep 17 11:53PM -0400 ^
Hi Jeremy,
Thanks for producing this table!
Pin 0 and 1 are the serial port on the Arduino, as well as being digital
IOs. This is important because if you use them as digital IOs then of
course you can't do Serial.print()!
The Lightuino does not use them for the serial port that goes through the
USB (accessed via Usb.print()). So you can actually use them as another
serial port or as digital IOs
Pins 10-13 are the USB, through the "SPI" protocol. So you can actually
share most of these pins with other SPI devices...
The Lightuino also has 2 addtl pins, A6 and A7, which are analog input only
(A0-A5 can be analog or digital IO). A7 is used as the ambient light
sensor.
I'm looking forward to reading your blog but as it is in french its going to
take more time and effort then I have at this moment (midnight)! :-)
Cheers!
Andrew