Skip to content

tinysuperlab/MotionKitLeft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calliope mini MotionKit, based on the Kitronik blocks

Blocks to support the MotionKit directly from MakeCode. Get more info on the MotionKit at: tinysuperlab.com.

ServoLite

  • turn around
input.onButtonPressed(Button.A, () => {
    motion_kit.turnRight(90);
})
  • go forward
input.onButtonPressed(Button.B, () => {
    motion_kit.driveForwards(10);
})
  • stop both motors when pressing A+B
input.onButtonPressed(Button.AB, () => {
    motion_kit.stop();
})

License

MIT

Supported targets

  • for PXT/calliopemini (The metadata above is needed for package search.)
pxt-motion-kit=github:tinysuperlab/motionkit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published