Files @ 8f7cba39fbe7
Branch filter:

Location: therm/spi.h - annotation

Ethan Zonca
Added notes about jumping to user program, etc. Need to check boot flags to match F042 processor (example was f1).
#ifndef SPI_H
#define SPI_H

#include "stm32f0xx_hal_conf.h"

void init_spi();

#endif

// vim:softtabstop=4 shiftwidth=4 expandtab