pgm_read_word()
Abstract
The pgm_read_byte() is a macro that read a word of data stored in a specified address(PROGMEM area).
Source Code
The pgm_read_word() is defined in hardware/tools/avr/avr/include/avr/pgmspace.h as below.
|
|
The input is address_short and calls the pgm_read_word_near() macro.
Version
7.3.0-atmel3.6.1-arduino7
Last Update
May 15, 2021