Skip to content

Commit

Permalink
Merge pull request #91 from Finomnis/main
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jannic authored Oct 20, 2024
2 parents 7431e73 + d50d45f commit eaa0b90
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 eaa0b90

Please sign in to comment.