Skip to content

Commit

Permalink
changed block text
Browse files Browse the repository at this point in the history
  • Loading branch information
resolute-support committed Nov 14, 2022
1 parent a5cba29 commit 49b40b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apprentice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ namespace kBit {
* stop individual motors
* @param M which motor to stop
*/
//% block="contorl $M motor"
//% block="stop $M motor"
//% group="Motor" weight=96
export function motorMove(M: KBitMotorObs) {
if (!PCA9685_Initialized) {
Expand Down

0 comments on commit 49b40b2

Please sign in to comment.