shithub: m8c

ref: ff1a4526ff7c341f2a4d3bfb71c6b89f8ec032fb
dir: /serial.h/

View raw version
// 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