Skip to content

(哪吒) The micro:bit extension board Nezha with RJ11 connection port by ELECFREAKS Co.ltd

License

Notifications You must be signed in to change notification settings

mpoelzl/pxt-nezha

 
 

Repository files navigation

NeZha Package

This extension is designed to programme and drive the NeZha micro:bit expansion board, You can get NeZha from the Elecfreaks store

Code Example

input.onButtonPressed(Button.A, function () {
    neZha.setMotorSpeed(neZha.MotorList.M1, 100)
    neZha.setMotorSpeed(neZha.MotorList.M2, 100)
    neZha.setMotorSpeed(neZha.MotorList.M3, 100)
    neZha.setMotorSpeed(neZha.MotorList.M4, 100)
})
input.onButtonPressed(Button.B, function () {
    neZha.setServoAngel(neZha.ServoList.S1, 119)
    neZha.setServoSpeed(neZha.ServoList.S2, -58)
})
input.onButtonPressed(Button.AB, function () {
    neZha.stopAllMotor()
})
basic.forever(function () {
	
})

Supported targets

  • for PXT/microbit

License

MIT

About

(哪吒) The micro:bit extension board Nezha with RJ11 connection port by ELECFREAKS Co.ltd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • Makefile 1.1%