chipKIT® Development Platform

Inspired by Arduino™

Printing strings PSTR with printProgStr

Created Thu, 09 Jun 2011 07:40:05 +0000 by Jacob Christ


Jacob Christ

Thu, 09 Jun 2011 07:40:05 +0000

Anyone know how to pull off something like is describe here on a chipKIT?

http://todbot.com/blog/2008/06/19/how-to-do-big-strings-in-arduino/

Jacob


jasonk

Fri, 10 Jun 2011 22:31:45 +0000

On chipKIT, 'const' will suffice. If you don't need to access the array from another file, 'static const' may be better.