__LPM()

概要

The __LPM() is a macro that reads a byte of data stored in a specified address(PROGMEM area).

ソースコード

The __LPM() is defined in hardware/tools/avr/avr/include/avr/pgmspace.h as below.

1
#define __LPM(addr)         __LPM_enhanced__(addr)

The input is addr and just calls _LPM_enhanced_().

バージョン

7.3.0-atmel3.6.1-arduino7

Last Update

May 15, 2021

inserted by FC2 system