-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* led shield * push led chagnes * update servo pins * update * more servo updates
- Loading branch information
Joe Bakalor
authored
May 25, 2021
1 parent
60e3b8b
commit 9b22a1f
Showing
3 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
namespace servos { | ||
//% block="servo SERVO_LEFT" fixedInstance | ||
//% block="servo A1" fixedInstance | ||
export const A1 = new servos.PinServo(pins.SERVO_LEFT); | ||
//% block="servo SERVO_RIGHT" fixedInstance | ||
//% block="servo A2" fixedInstance | ||
export const A2 = new servos.PinServo(pins.SERVO_RIGHT); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters