Merge remote-tracking branch 'origin/master'

This commit is contained in:
Matthias L. Jugel
2016-11-10 12:22:32 +01:00
422 changed files with 28198 additions and 1886 deletions

View File

@ -217,6 +217,7 @@ namespace pins {
*/
//% help=pins/servo-write-pin weight=20
//% blockId=device_set_servo_pin block="servo write|pin %name|to %value" blockGap=8
//% parts=microservo trackArgs=0
void servoWritePin(AnalogPin name, int value) {
PINOP(setServoValue(value));
}