Prusa-MMU-Private
PrusaMultiMaterialUpgradev3firmwareforMK3SMK4
Namespaces | Macros | Functions
progmem.h File Reference
#include <stdint.h>
Include dependency graph for progmem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 hal::progmem
 AVR PROGMEM handling.
 

Functions

static uint16_t hal::progmem::read_word (const uint16_t *addr)
 read a 16bit word from PROGMEM
 
static uint8_t hal::progmem::read_byte (const uint8_t *addr)
 read a 8bit byte from PROGMEM
 
template<typename RT >
static RT hal::progmem::read_ptr (const void *addr)