Module arduboy_rust::arduino_system::progmem
source · Expand description
This is the module to interact with the progmem memory
Macros
- This is the way to go if you want print some random text
- Create a
const
raw pointer to a ardvoice tone as u8, without creating an intermediate reference. - Create a
const
raw pointer to a sprite as u8, without creating an intermediate reference. - Create a
const
raw pointer to a [u8;_] that saves text, without creating an intermediate reference. - Create a
const
raw pointer to a tone sequenze as u16, without creating an intermediate reference. - Create a space for Progmem variable
Structs
- This struct is important for the Progmem functionality.