shithub: m8c

ref: 0e704657216e6669e9e96d7b5d6b445a0106f5d0
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