deleted todos for rtc

This commit is contained in:
Philipp_EndevourOS 2025-07-28 22:03:19 +02:00
parent d5c20bf348
commit 5a2beb1fb3

View File

@ -141,12 +141,4 @@ pub async fn read_rtc_time<'a>(rtc: &'a mut DS3231<I2c<'static, Async>>) -> Resu
fn setup_spi_led() {
}
fn setup_rtc() {
//TODO
//setup rtc with i2c
//setup interrupt for SQW
//setup 24-h alarm
}
}