fixed gyro def
This commit is contained in:
parent
005447ce44
commit
1330a0fb82
@ -5,7 +5,7 @@ const enum GyroSensorMode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
namespace input {
|
namespace input {
|
||||||
//% fixedInstances
|
//% fixedInstance
|
||||||
export class GyroSensor extends internal.UartSensor {
|
export class GyroSensor extends internal.UartSensor {
|
||||||
constructor(port: number) {
|
constructor(port: number) {
|
||||||
super(port)
|
super(port)
|
||||||
|
Loading…
Reference in New Issue
Block a user