PLEN:bit is a small humanoid robot with movable arms and legs. Anyone can easily use PLEN:bit through programing and onboard sensors.
Please refer to this page about PLEN:bit https://plen.jp/wp/plenbit-assembly-kit/
//Play WalkForward motion when button A pressed
//There are many other motions.
input.onButtonPressed(Button.A, function () {
plenbit.std_motion(plenbit.stdMotions.WalkForward)
})
Programming guide here https://plen.jp/wp/plenbit/
MIT
- for PXT/microbit
plenbit=github:hkr352/pxt-PLENbit