Files @ c941d532caa0
Branch filter:

Location: therm/main.h

Ethan Zonca
Added dummy system files, need to generate with the cube or spreadsheet
#ifndef __MAIN_H
#define __MAIN_H

#include "stm32f0xx.h"

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

#endif /* __MAIN_H */