Rename MCU

This commit is contained in:
fruchti 2021-04-04 20:33:45 +02:00
parent ed2925a961
commit 64a01bef05
75 changed files with 4 additions and 4 deletions

View file

@ -1,12 +0,0 @@
#pragma once
#include <stdbool.h>
typedef struct
{
bool pen_down;
unsigned int x;
unsigned int y;
} HPGL_Movement_t;
void HPGL_Poll(void);