Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 397 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 397 Bytes

MQTT-3D-Cube

A 3D cube controllable by MQTT - Made for my teacher

Controlling the cube

Topics:

  • cube/posx - Set x position
  • cube/posy - Set y position
  • cube/posz - Set z position
  • cube/rotx - Set x rotation in degrees
  • cube/roty - Set y rotation in degrees
  • cube/rotz - Set z rotation in degrees
  • cube/reset - Reset position and rotation (set value to 1)