Files @ 988bab1cb593
Branch filter:

Location: therm/main.h - annotation

Ethan Zonca
Got things mostly compiling, disabled SPI and USB for now because of RAM overflow
#ifndef __MAIN_H
#define __MAIN_H

#include "stm32f0xx_hal_conf.h"

void TimingDelay_Decrement(void);
void delay(__IO uint32_t nTime);

//SPI_HandleTypeDef spi1;


#endif /* __MAIN_H */