interactive-matter / aJson

aJson is an Arduino library to enable JSON processing with Arduino. It easily enables you to decode, create, manipulate and encode JSON directly from and to data structures.
http://interactive-matter.org/2010/08/ajson-handle-json-with-arduino/
567 stars 136 forks source link

Fixed pgmspace.h error on Arduino DUE #88

Open rvdende opened 7 years ago

rvdende commented 7 years ago

Fixed errors building on Arduino DUE board. pgmspace.h works differently on ARDUINO DUE (ARM) SAM3X8E See https://forum.arduino.cc/index.php?topic=129407.0 Code from pjrc in forum post above.