Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis authored Oct 20, 2024
1 parent 7431e73 commit d50d45f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ fn main() -> ! {
hal::adc::AdcPin::new(pins.batt_vin.into_floating_input()).unwrap(),
);

// Print temperature once per second
// Print battery voltage once per second
loop {
println!("Battery: {} mV", battery_voltage.read(&mut adc));
delay.delay_ms(1000);
Expand Down

0 comments on commit d50d45f

Please sign in to comment.