Commit Graph

6 Commits

Author SHA1 Message Date
gohai
61fe120f7c Fix Serial SimpleWrite example
The Arduino code would read one byte from the buffer an then sleep for 1/10th of a second, while Processing would send a byte every frame. Instead, read in all the bytes in the input buffer and act on the most recent one.
2015-10-18 12:29:14 +02:00
gohai
0ef72e25c9 Serial: Switch the examples over to printArray() 2013-11-19 17:22:13 -08:00
melgior
e208f2fec8 Updated Arduino example code to be Arduino 1.0+ compatible 2013-10-17 13:22:10 +02:00
melgior
f5eb74c083 Updated Arduino example code to be Arduino 1.0+ compatible 2013-10-17 13:20:53 +02:00
melgior
8e47e8b3c5 Updated Arduino example code to be Arduino 1.0+ compatible 2013-10-17 13:17:33 +02:00
benfry
a53f278863 moving examples to hang out with their libraries 2011-01-26 19:43:04 +00:00