Root/cngt/serial.h

1/*
2 * serial.h - Send data to a Modela MDX-15/20
3 *
4 * Written 2009 by Werner Almesberger
5 * Copyright 2009 Werner Almesberger
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 */
12
13
14#ifndef SERIAL_H
15#define SERIAL_H
16
17void serial_open(const char *name);
18void serial_close(void);
19void serial_printf(const char *fmt, ...);
20
21#endif /* !SERIAL_H */
22

Archive Download this file

Branches:
master



interactive