inverse_thermal_camera/src/main.h

16 lines
202 B
C
Raw Normal View History

2018-07-29 18:24:52 +02:00
#ifndef MAIN_H_
#define MAIN_H_
#include <stdbool.h>
#include "stm32f1xx.h"
#include "pinning.h"
#include "buildid.h"
#include "debug.h"
#include "usb.h"
#include "ltp1245.h"
int main(void);
#endif