inverse_thermal_camera/src/debug.h

10 lines
146 B
C
Executable file

#pragma once
#include <stdint.h>
#include <string.h>
#include "stm32f1xx.h"
void Debug_Print(const char *message);
void Debug_PutChar(char c);