hpgl_xy/stm32f103t8u6/src/debug.h
2021-04-04 20:33:45 +02:00

10 lines
147 B
C

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