This commit is contained in:
David Lenfesty 2019-12-02 14:34:47 -07:00
parent 55025a9ada
commit aea4c6e976

View File

@ -37,6 +37,9 @@ int main()
gpio_init(); gpio_init();
timer_init(); timer_init();
usart_init(); usart_init();
// TODO set SPI to highest freq possible, might just need tweaking
sd_raw_init();
/* we will just use ordinary idle mode */ /* we will just use ordinary idle mode */
//set_sleep_mode(SLEEP_MODE_IDLE); //set_sleep_mode(SLEEP_MODE_IDLE);