tmp broken
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user