__LPM_word()
Abstract
The __LPM() is a macro that reads a word of data stored in a specified address(PROGMEM area).
Source Code
The __LPM_word() is defined in hardware/tools/avr/avr/include/avr/pgmspace.h as below.
|
|
The input is addr and just calls _LPM_word_enhanced_().
Version
7.3.0-atmel3.6.1-arduino7
Last Update
May 15, 2021