ref: 6c6b32b7c6a8a4b8e99984dd1e7edbb3a21deae0
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