reorganize files

This commit is contained in:
hugo LAMY
2025-03-14 19:47:02 +01:00
committed by hugogogo
parent 0e87d41c08
commit b12eff7ede
4 changed files with 29 additions and 14 deletions

View File

@@ -16,6 +16,9 @@
// PROTOTYPES
//
// main.c
// timer.c
void timer_1B_init();
// math.c
void int_to_hex_string(uint64_t value, char *out, uint8_t num_digits);
// adc.c
void adc_init(uint8_t prescaler_value);