__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.

1
#define __LPM_word(addr)    __LPM_word_enhanced__(addr)

The input is addr and just calls _LPM_word_enhanced_().

Version

7.3.0-atmel3.6.1-arduino7

Last Update

May 15, 2021

inserted by FC2 system