mirror of
https://github.com/digistump/DigistumpArduino.git
synced 2025-09-17 17:32:25 -07:00
switch to setup for Arduino Boards Manager
This commit is contained in:
4
digistump-sam/libraries/UTFT/hardware/avr/HW_AVR.h
Normal file
4
digistump-sam/libraries/UTFT/hardware/avr/HW_AVR.h
Normal file
@@ -0,0 +1,4 @@
|
||||
void UTFT::_convert_float(char *buf, double num, int width, byte prec)
|
||||
{
|
||||
dtostrf(num, width, prec, buf);
|
||||
}
|
Reference in New Issue
Block a user