|
Lamp-Da 0.1
A compact lantern project
|
Public Member Functions | |
| void | reset (auto &ctx) |
| Reset the IMU events. Should be called before any use. | |
| void | update (auto &ctx) |
| Call this once every tick inside the mode loop callback. | |
Public Attributes | |
| physical::imu::Reading | lastReading |
| last reading of the IMU | |
| modes::ParticleSystem | particuleSystem |
| ALL IMU ANIMATIONS SHARE THIS PARTICLE SYSTEM. Spawn another if multiple systems should run in parralel. | |