shithub: m8c

ref: 2783a8c62a74b253d5974d2aa7eba8c515adc88b
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(int verbose);

#endif