Function lcd_example::lib::lcd_utils::float_to_array
source · pub fn float_to_array(float: f32, arr: &mut [char])
Expand description
Function converts a f32
into a [char]
array
in order to be processed by the LCD display