Tilt Angle ()
(tilt angle ( v):: microbit)
Category micro:bit
Type Reporter
Introduced in 3.0

The tilt angle () block is a reporter block and a micro:bit block. Its options are "front", "back", "left", and "right". The block returns the micro:bit unit's tilt value in the specified direction.

Example Uses

The block reports the angle which the micro:bit is tilted at.

Some example uses are:

  • Displaying the tilt angle
forever
    display text (tilt angle (left v):: microbit):: microbit
end
Cookies help us deliver our services. By using our services, you agree to our use of cookies.