gyro calibration done right (#186)
This commit is contained in:
@ -309,6 +309,10 @@ namespace sensors.internal {
|
||||
return 0
|
||||
return getUartNumber(fmt, off, this._port)
|
||||
}
|
||||
|
||||
protected reset() {
|
||||
if (this.isActive()) uartReset(this._port);
|
||||
}
|
||||
}
|
||||
|
||||
function uartReset(port: number) {
|
||||
|
Reference in New Issue
Block a user