pxt-calliope/libs/servo/_locales/servo-strings.json
Peli de Halleux 9002edbb22
Servo library support (#1343)
* ateempt at bringin servos

* basic plumbing

* avoid math map duplicate

* missing parts annontation

* pretify parts

* extend appcompat layer

* updated strings

* more compat layer

* annotations

* don't rely on webmidi

* updated pxt ref

* bump pxt

* adding whenUsed

* updated v1 readme

* more pins

* more pins

* compress the parts definition

* update common packages
2018-10-05 11:09:08 -07:00

10 lines
400 B
JSON

{
"servos.P0|block": "servo P0",
"servos.P1|block": "servo P1",
"servos.P2|block": "servo P2",
"servos.Servo.run|block": "continuous %servo run at %speed=speedPicker \\%",
"servos.Servo.setAngle|block": "set %servo angle to %degrees=protractorPicker °",
"servos.Servo.setPulse|block": "set %servo pulse to %micros μs",
"{id:category}Servos": "Servos",
"{id:group}Servos": "Servos"
}