summaryrefslogtreecommitdiff
path: root/libraries/MultiLCD/hardware/avr/HW_AVR.h
blob: 669ecc02c46b21cb9f726dbaa30198adb8ccf718 (plain)
1
2
3
4
void UTFT::_convert_float(char *buf, double num, int width, byte prec)
{
	dtostrf(num, width, prec, buf);
}