Files @ 8f02a0213d08
Branch filter:

Location: therm/clock.h

Ethan Zonca
Added gpio, spi, and clock init. May need to swap stdperiph to the one thrown out by the cube
1
2
3
4
5
6
#ifndef CLOCK_H
#define CLOCK_H

void SystemClock_Config(void);

#endif