I want to store my data array in flash, so I am doing const table[TABLE_SIZE] = {};
. When working with AVR, I remember I used the PROGMEM
attribute. Does using const
do the same as PROGMEM
or is there a way to use PROGMEM
in my M0?
问问题
2412 次