ref: 1f73f4f2a5855366cd64856cad764f984ebf956b
dir: /serial.h/
// Copyright 2021 Jonne Kokkonen // Released under the MIT licence, https://opensource.org/licenses/MIT #ifndef _SERIAL_H_ #define _SERIAL_H_ #include <libserialport.h> struct sp_port *init_serial(int verbose); int check_serial_port(struct sp_port *m8_port); #endif