Chassis support for MakeCode for LEGO MINSTORMS EV3
Перейти к файлу
microsoft-github-policy-service[bot] 549e6b4ca6
Microsoft mandatory file (#2)
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
2022-08-30 10:35:34 -07:00
.vscode initial drop 2018-05-21 08:44:12 -07:00
.gitignore initial drop 2018-05-21 08:44:12 -07:00
.travis.yml updated travis 2018-05-21 08:48:34 -07:00
Makefile initial drop 2018-05-21 08:44:12 -07:00
README.md updtaed reademe 2018-05-21 09:07:15 -07:00
SECURITY.md Microsoft mandatory file (#2) 2022-08-30 10:35:34 -07:00
main.ts remove setmotors 2018-05-21 09:06:23 -07:00
pxt.json 0.0.1 2018-05-21 09:06:41 -07:00
test.ts initial drop 2018-05-21 08:44:12 -07:00
tsconfig.json initial drop 2018-05-21 08:44:12 -07:00

README.md

ev3-chassis

Controlling a bidirectional drive robot build using LEGO MINDSTORMS EV3.

Usage

Call the drive block with the desired speed, rotation speed and/or distance.

chassis.largeBC.drive(10, 30, 0)

License

MIT

Supported targets

  • for PXT/ev3
  • for PXT/linux

(The metadata above is needed for package search.)