Files @ 988bab1cb593
Branch filter:

Location: therm/spi.h

Ethan Zonca
Got things mostly compiling, disabled SPI and USB for now because of RAM overflow
#ifndef SPI_H
#define SPI_H

#include "stm32f0xx_hal_conf.h"

void init_spi(SPI_HandleTypeDef* hspi1);

#endif

// vim:softtabstop=4 shiftwidth=4 expandtab