My first impressions of Arduiono 1.0.
http://srmonk.blogspot.com/2011/12/arduino-10-first-impressions.html
My first impressions of Arduiono 1.0.
http://srmonk.blogspot.com/2011/12/arduino-10-first-impressions.html
Thanks for the writeup. I like the PROGMEM syntax, too:
There is a nice new syntax for putting your strings into flash (PROGMEM) rather than having to use up valuable RAM. You just wrap it in F() like this: Serial.print(F("hello world")). Very cool!
Cheers,
Drew
Thanks for the writeup. I like the PROGMEM syntax, too:
There is a nice new syntax for putting your strings into flash (PROGMEM) rather than having to use up valuable RAM. You just wrap it in F() like this: Serial.print(F("hello world")). Very cool!
Cheers,
Drew