Files @ f1a2d85da29b
Branch filter:

Location: therm/spi.h - annotation

Ethan Zonca
Bootloader is now the top menu item, and menu defaults to second item. System resets on flash erase.
#ifndef SPI_H
#define SPI_H

#include "stm32f0xx_hal_conf.h"

void init_spi();

#endif

// vim:softtabstop=4 shiftwidth=4 expandtab