update math with itoa base
This commit is contained in:
@@ -25,7 +25,7 @@ extern volatile uint8_t adc_channel;
|
||||
void timer_1B_init();
|
||||
// math.c
|
||||
void int_to_hex_string(uint64_t value, char *out, uint8_t num_digits);
|
||||
void int_to_string(uint64_t value, char *out);
|
||||
void int_to_string_base(uint64_t value, char *buffer, uint8_t base);
|
||||
// adc.c
|
||||
void adc_init(uint8_t prescaler_value);
|
||||
uint16_t calibrate_temperature(uint16_t value, uint8_t speed);
|
||||
|
||||
Reference in New Issue
Block a user