Files @ f2990941d9d9
Branch filter:

Location: therm/spi.h

Ethan Zonca
Added untested jump-to-DFU using option bytes per ST forums. Should work, need to make sure the user program is run after DFU flash so the bits are unset
#ifndef SPI_H
#define SPI_H

#include "stm32f0xx_hal_conf.h"

void init_spi();

#endif

// vim:softtabstop=4 shiftwidth=4 expandtab