UNPKG

538 BSource Map (JSON)View Raw
1{"version":3,"file":"ThreeAxisSensor.js","sourceRoot":"","sources":["../src/ThreeAxisSensor.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAQ1C;;GAEG;AACH,MAAM,CAAC,OAAO,OAAO,eAAgB,SAAQ,YAAkC;CAAG","sourcesContent":["import DeviceSensor from './DeviceSensor';\n\nexport interface ThreeAxisMeasurement {\n x: number;\n y: number;\n z: number;\n}\n\n/**\n * A base class for subscribable sensors that take {x, y, z} measurements.\n */\nexport default class ThreeAxisSensor extends DeviceSensor<ThreeAxisMeasurement> {}\n"]}
\No newline at end of file