ref: 7e88427152e91ced54c4a4963b9f281e96527905
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