Files @ facb8c86942c
Branch filter:

Location: therm/spi.h

Ethan Zonca
Removed dead code, fixed SPI clock rate, removed unneeded delays
#ifndef SPI_H
#define SPI_H

#include "stm32f0xx_hal_conf.h"

void init_spi();

#endif

// vim:softtabstop=4 shiftwidth=4 expandtab