Struct arduboy_rust::arduino_system::progmem::Pstring
source · pub struct Pstring {
pub pointer: *const i8,
}
Expand description
This struct is important for the Progmem functionality.
Typically you will never use this by your self. It will be used by the get_string_addr macro in combination with a print command.
Fields§
§pointer: *const i8