Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Documentation for new Blocks #159

Open
9 of 22 tasks
Amerlander opened this issue Mar 24, 2022 · 0 comments
Open
9 of 22 tasks

Add Documentation for new Blocks #159

Amerlander opened this issue Mar 24, 2022 · 0 comments
Assignees

Comments

@Amerlander
Copy link
Collaborator

Amerlander commented Mar 24, 2022

There are some new Blocks which need documentation:

New/Undocumented Blocks

Storage

  • storage.putNumber() new
  • storage.removeNumber() new
  • storage.getNumber() new

Basic

  • basic.setLedColor() new
  • basic.turnRgbLedOff() new
  • basic.rgb(255, 255, 255) new
  • basic.showCompass() new

Input

  • input.onPinTouchEvent renamed
  • input.onButtonEvent renamed
  • input.soundLevel() renamed
  • input.buttonEvent new

Music

  • music.playMelody()
  • music.stopAllSounds()

Loops

  • loops.everyInterval({})

Math

  • "int" Block
  • Math.randomBoolean()

Motors

  • motors.motorPower(100) new
  • motors.motorCommand(MotorCommand.Coast) new
  • motors.dualMotorPower(Motor.A, 100) new

Game

  • game.resume()

Serial

  • serial.setWriteLinePadding(0)
  • serial.setBaudRate(BaudRate.BaudRate115200)
@Amerlander Amerlander self-assigned this Mar 24, 2022
@Amerlander Amerlander mentioned this issue May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant