serial property
final
The device that reads from the serial port.
Implementation
final serial = SerialDevice(
portName: imuPort,
readInterval: const Duration(milliseconds: 10),
logger: logger,
);
The device that reads from the serial port.
final serial = SerialDevice(
portName: imuPort,
readInterval: const Duration(milliseconds: 10),
logger: logger,
);