Skip to content
Snippets Groups Projects
Commit 0e183245 authored by Thomas Gubler's avatar Thomas Gubler
Browse files

drv_accel: introduce default samplerate

parent b42b6c50
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,8 @@ ORB_DECLARE(sensor_accel);
/** set the accel internal sample rate to at least (arg) Hz */
#define ACCELIOCSSAMPLERATE _ACCELIOC(0)
#define ACCEL_SAMPLERATE_DEFAULT 1000003 /**< default sample rate */
/** return the accel internal sample rate in Hz */
#define ACCELIOCGSAMPLERATE _ACCELIOC(1)
......
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