Rename MCU
This commit is contained in:
parent
ed2925a961
commit
64a01bef05
75 changed files with 4 additions and 4 deletions
12
stm32f103t8u6/src/hpgl.h
Normal file
12
stm32f103t8u6/src/hpgl.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
typedef struct
|
||||
{
|
||||
bool pen_down;
|
||||
unsigned int x;
|
||||
unsigned int y;
|
||||
} HPGL_Movement_t;
|
||||
|
||||
void HPGL_Poll(void);
|
||||
Loading…
Add table
Add a link
Reference in a new issue