Files @ 58f85a2f51f0
Branch filter:

Location: therm/spi.h

Ethan Zonca
Remove wait on USB busy. Note that previous commit introduced a fairly nasty bug where displayed temp is only updated if USB CDC is connected
#ifndef SPI_H
#define SPI_H

#include "stm32f0xx_hal_conf.h"

void init_spi();

#endif

// vim:softtabstop=4 shiftwidth=4 expandtab