bump V3
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
namespace servos {
|
||||
//% block="servo P0" fixedInstance whenUsed
|
||||
export const P0 = new servos.PinServo(pins.P0);
|
||||
//% block="servo P1" fixedInstance whenUsed
|
||||
export const P1 = new servos.PinServo(pins.P1);
|
||||
//% block="servo P2" fixedInstance whenUsed
|
||||
export const P2 = new servos.PinServo(pins.P2);
|
||||
//% block="servo P3" fixedInstance whenUsed
|
||||
export const P3 = new servos.PinServo(pins.P3);
|
||||
}
|
||||
Reference in New Issue
Block a user