Files @ 0dfb00c8792b
Branch filter:

Location: therm/system/spi.h

Ethan Zonca
Reorganize, remove unneeded stuff
#ifndef SPI_H
#define SPI_H

#include "stm32f0xx_hal_conf.h"

void spi_init();
SPI_HandleTypeDef* spi_get();

#endif

// vim:softtabstop=4 shiftwidth=4 expandtab