Everyone.
I am using Renesas RA series MCU,
How to transplant pgm_read_byte()?
Can someone teach me?
Thankyou so much.=]
Everyone.
I am using Renesas RA series MCU,
How to transplant pgm_read_byte()?
Can someone teach me?
Thankyou so much.=]
Copyright © 2021 Jogjafile Inc.
The data is already
constand / orconstexpr. For sources that are compatible across non-AVR targets, you would:Or, if it need not be cross-target compatible, just do vanilla C/C++ and
#include <avr/pgmspace.h>.PROGMEM.pgm_read_xxx(&var)my just accessingvardirectly.