Skip to content
Snippets Groups Projects
Commit b317ff79 authored by rahix's avatar rahix
Browse files

docs(stream): Document available sensor streams


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 7bea71cc
No related branches found
No related tags found
No related merge requests found
......@@ -26,11 +26,15 @@ typedef void *QueueHandle_t;
* Please keep IDs in sequential order.
*/
enum stream_descriptor {
/** BHI160 */
/** BHI160 Accelerometer */
SD_BHI160_ACCELEROMETER,
/** BHI160 Magnetometer */
SD_BHI160_MAGNETOMETER,
/** BHI160 Orientation Sensor */
SD_BHI160_ORIENTATION,
/** BHI160 Gyroscope */
SD_BHI160_GYROSCOPE,
/** MAX30001 ECG */
SD_MAX30001_ECG,
/** Highest descriptor must always be ``SD_MAX``. */
SD_MAX,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment