#pragma once #include typedef struct { bool pen_down; unsigned int x; unsigned int y; } HPGL_Movement_t; void HPGL_Poll(void);