hkr352 / pxt-PLENbit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pxt-plenbit-blocks

PLEN:bit

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/

Basic usage

//Play WalkForward motion when button A pressed
//There are many other motions.
input.onButtonPressed(Button.A, function () {
    plenbit.std_motion(plenbit.stdMotions.WalkForward)
})

Other guides

Programming guide here https://plen.jp/wp/plenbit/

License

MIT

Supported targets

  • for PXT/microbit
plenbit=github:hkr352/pxt-PLENbit

About

License:Other


Languages

Language:TypeScript 99.8%Language:Makefile 0.2%