• Hello!

    Besides the pure "fun" experiments published before, I'm also preparing some "professional" experiments to be run as soon as I will get my developer preview of Bangle.js

    This is why the following question came up: I know that I can install an event handler for the Accelerometer using

      Bangle.on('accel',...);
    

    But, how do I deinstall that handler again?

About