Files @ 8f02a0213d08
Branch filter:

Location: therm/spi.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
7
8
#ifndef SPI_H
#define SPI_H

void init_spi(void);

#endif

// vim:softtabstop=4 shiftwidth=4 expandtab