radin-scale-api/node_modules/@serialport/bindings-cpp/src/serialport_unix.h

8 lines
230 B
C

#ifndef PACKAGES_SERIALPORT_SRC_SERIALPORT_UNIX_H_
#define PACKAGES_SERIALPORT_SRC_SERIALPORT_UNIX_H_
int ToBaudConstant(int baudRate);
int ToDataBitsConstant(int dataBits);
#endif // PACKAGES_SERIALPORT_SRC_SERIALPORT_UNIX_H_