Macro arduboy_rust::arduino_system::progmem::get_string_addr
source · macro_rules! get_string_addr { ( $s:expr ) => { ... }; }
Expand description
Create a const
raw pointer to a [u8;_] that saves text, without creating an intermediate reference.