Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
refs/heads/main
/
.
/
y2019
/
jevois
/
serial.h
blob: 04114ccfe02c1e4a90a7cf0158be0c3b18c45564 [
file
] [
log
] [
blame
] [
edit
]
#ifndef
Y2019_JEVOIS_SERIAL_H_
#define
Y2019_JEVOIS_SERIAL_H_
namespace
y2019
::
jevois
{
int
open_via_terminos
(
const
char
*
tty_name
);
}
// namespace y2019::jevois
#endif
// Y2019_JEVOIS_SERIAL_H_