move code to use uprintf instead of snprintf+serial_write
authorGabriel Huau <contact@huau-gabriel.fr>
Thu, 27 Aug 2015 04:48:59 +0000 (21:48 -0700)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:14:23 +0000 (17:14 +0100)
commit2599d92e82c857c3f1c4dd80abc24f64a88bf687
tree15ce3ec6f6ba41efa01260bbd8a1adfbe1dbf19b
parent379445718a2b0e9318bc8ad6999c12d271c24e40
move code to use uprintf instead of snprintf+serial_write

This simplify a lot the code to output anything on any UART.
adc/main.c
eeprom/main.c
i2c_temp/main.c
ultrasonic_sensor/main.c