cpu/pgm.h File Reference
Support for reading program memory on Harvard architectures. More...
Go to the source code of this file.
Detailed Description
Support for reading program memory on Harvard architectures.
Support is currently provided for AVR microcontrollers only.
These macros allow building code twice, with and without pgm support (e.g.: strcpy() and strcpy_P()).
Set the _PROGMEM predefine to compile in conditional program-memory support.
- Note:
- This module contains code ripped out from avr-libc, which is distributed under a 3-clause BSD license.
Definition in file cpu/pgm.h.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/bertos_logo.png)