You are reading a single comment by @psc1988 and its replies. Click here to read the full conversation.
  • Puck.accelOn();
    
    Puck.on('accel', function(data) {
      console.log(data.acc.x);
    });
    
About

Avatar for psc1988 @psc1988 started