We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700ccae commit 3bae5ffCopy full SHA for 3bae5ff
drivers/devices/sbus.h
@@ -6,20 +6,20 @@
6
#include <kernel/time.h>
7
8
/* TODO: Stored in adjustable parameter list */
9
-#define RC_THROTTLE_MAX 1680
10
-#define RC_THROTTLE_MIN 368
+#define RC_THROTTLE_MAX 1693
+#define RC_THROTTLE_MIN 306
11
12
-#define RC_ROLL_MAX 1680
13
-#define RC_ROLL_MIN 366
+#define RC_ROLL_MAX 1693
+#define RC_ROLL_MIN 306
14
15
-#define RC_PITCH_MAX 1680
16
-#define RC_PITCH_MIN 368
+#define RC_PITCH_MAX 1693
+#define RC_PITCH_MIN 306
17
18
-#define RC_YAW_MAX 1680
19
-#define RC_YAW_MIN 371
+#define RC_YAW_MAX 1693
+#define RC_YAW_MIN 306
20
21
-#define RC_SAFETY_MAX 1904
22
-#define RC_SAFETY_MIN 144
+#define RC_SAFETY_MAX 1694
+#define RC_SAFETY_MIN 306
23
24
#define RC_THROTTLE_RANGE_MAX 100.0f
25
#define RC_THROTTLE_RANGE_MIN 0.0f
0 commit comments