inverse_thermal_camera/src/main.c

13 lines
100 B
C
Executable file

#include "main.h"
int main(void)
{
USB_Init();
LTP1245_Init();
for(;;)
{
}
}