|
Prusa-MMU-Private
PrusaMultiMaterialUpgradev3firmwareforMK3SMK4
|
#include <stdint.h>

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) |