Skip to content
Snippets Groups Projects
Commit 48f9e91e authored by Jamie Forth's avatar Jamie Forth
Browse files

add readme

parent 278c87e0
Branches main
No related merge requests found
* Installation
#+begin_src sh
npm install
npm run build
#+end_src
* Sensors
** Documentation
- [[https://www.w3.org/TR/generic-sensor/][Generic sensor API]]
- [[https://developer.mozilla.org/en-US/docs/Web/API/Sensor_APIs][MDN Sensor API]]
- [[Generic sensor demos (Intel)]]
** What works on my phone
- Accelerometer (x, y, z)
- Linear Acceleration (x, y, z)
- Magnetometer (x, y, z)
- Absolute orientation (quaternion x, y, z, w)
- physical orientation in relation to the Earth's reference
coordinate system
- 'accelerometer', 'gyroscope', and 'magnetometer'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment