Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ridadogrul/motion-sensors
The Android platform provides several sensors that let you monitor the motion of a device. Two of these sensors are always hardware-based (the accelerometer and gyroscope), and three of these sensors can be either hardware-based or software-based (the gravity, linear acceleration, and rotation vector sensors)
https://github.com/ridadogrul/motion-sensors
android android-application android-sensors sensor-types type-accelerometer type-gravity type-gyroscope type-linear-acceleration type-rotation-vector
Last synced: about 1 month ago
JSON representation
The Android platform provides several sensors that let you monitor the motion of a device. Two of these sensors are always hardware-based (the accelerometer and gyroscope), and three of these sensors can be either hardware-based or software-based (the gravity, linear acceleration, and rotation vector sensors)
- Host: GitHub
- URL: https://github.com/ridadogrul/motion-sensors
- Owner: RidaDogrul
- Created: 2022-11-03T11:01:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T11:10:49.000Z (about 2 years ago)
- Last Synced: 2023-07-18T12:38:55.014Z (over 1 year ago)
- Topics: android, android-application, android-sensors, sensor-types, type-accelerometer, type-gravity, type-gyroscope, type-linear-acceleration, type-rotation-vector
- Language: Java
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Motion-Sensors
The Android platform provides several sensors that let you monitor the motion of a device. Two of these sensors are always hardware-based (the accelerometer and gyroscope), and three of these sensors can be either hardware-based or software-based (the gravity, linear acceleration, and rotation vector sensors)