2012-10-26 11 views

Odpowiedz

2

Tak, istnieje przykład na stronie internetowej Arduino. Ale chcę poinformować Cię o compiler bug in GCC i następujących po obejściu:

/** 
* Alternative to PROGMEM storage class 
* 
* Same effect as PROGMEM storage class, but avoiding erroneous warning by 
* GCC. 
* 
* \see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734 
*/ 
#define PROGMEM_ __attribute__((section(".progmem.data"))) 
Powiązane problemy