Add Send Calibration to GUI
This commit is contained in:
parent
fb9576c8c0
commit
38d5d30656
4 changed files with 48 additions and 5 deletions
|
|
@ -60,6 +60,7 @@ typedef struct {
|
|||
} Quaternion_t;
|
||||
extern Quaternion_t current_orientation;
|
||||
|
||||
extern int port_is_open(void);
|
||||
extern int open_port(const char *name);
|
||||
extern int read_serial_data(void);
|
||||
extern int write_serial_data(const void *ptr, int len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue