Skip to content

Matrix-Robotics/pxt-MatrixMotion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This library provides a driver for Matrix Motion Sensor, see here for further information!

Basic usage

  • Set Motor to 100% speed
    Matrix.motor(M_PORT.M1, 100);
    Matrix.motor(M_PORT.M2, 100);

Use as Extension

This repository can be added as an extension in MakeCode.

License

MIT

Supported targets

  • for PXT/microbit
MatrixMotion=github:Matrix-Robotics/pxt-MatrixMotion