ref: e07d462698cef23d15d8d0b15f5a012fc0c196db
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(); #endif