tmp broken

This commit is contained in:
hugo LAMY
2025-03-14 13:16:12 +01:00
parent 33ca0f68ed
commit 847f969a53
2 changed files with 4 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ int main() {
while(1) {
uint16_t value = adc_read(0); // Read from ADC0 (A0)
int_to_hex_string(value, buffer, 2);
int_to_hex_string(value, buffer, 3);
uart_printstr_endl(buffer);
_delay_ms(20); // Wait 20ms
}