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