Files @ b2929a2c0975
Branch filter:

Location: therm/spi.h

Ethan Zonca
Increase PID period to be closer to the minimum conversion time on the max IC
#ifndef SPI_H
#define SPI_H

#include "stm32f0xx_hal_conf.h"

void init_spi();

#endif

// vim:softtabstop=4 shiftwidth=4 expandtab