summaryrefslogtreecommitdiff
path: root/digital/beacon/src/codewheel.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src/codewheel.h')
-rw-r--r--digital/beacon/src/codewheel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/digital/beacon/src/codewheel.h b/digital/beacon/src/codewheel.h
index f0ec26f5..5846c2e5 100644
--- a/digital/beacon/src/codewheel.h
+++ b/digital/beacon/src/codewheel.h
@@ -65,4 +65,7 @@ void codewheel_set_rebase_offset(uint16_t offset);
/* This function converts the angle value from row format to degrees */
float codewheel_convert_angle_raw2degrees(uint16_t raw_value);
+/* This function converts the angle value from row format to radians */
+float codewheel_convert_angle_raw2radians(uint16_t raw_value);
+
#endif