diff --git a/final_project/sd_reader/main.c b/final_project/sd_reader/main.c index 30a04d6..101c523 100644 --- a/final_project/sd_reader/main.c +++ b/final_project/sd_reader/main.c @@ -37,6 +37,9 @@ int main() gpio_init(); timer_init(); usart_init(); + + // TODO set SPI to highest freq possible, might just need tweaking + sd_raw_init(); /* we will just use ordinary idle mode */ //set_sleep_mode(SLEEP_MODE_IDLE);