Right now the device only supports setting PWM values directly. The node version of VibHub supports programs where it tweens between values. Not sure if we'll have enough memory to do it, but it's probably worth looking into.
[x] Parse JSON received from server
[x] Send JSON data to motor
[x] Add tweening and repeats (Might be worth checking out any tweening libraries?)
[ ] Support the GET socket task to load programs via sockets
[ ] Support RandObj and boolean (use previous) in stage intensity
Right now the device only supports setting PWM values directly. The node version of VibHub supports programs where it tweens between values. Not sure if we'll have enough memory to do it, but it's probably worth looking into.