summaryrefslogtreecommitdiff
path: root/digital/beacon/src
diff options
context:
space:
mode:
authorFlorent Duchon2012-05-16 17:34:33 +0200
committerFlorent Duchon2012-05-16 17:43:11 +0200
commit3e4bd8280a6a19a8dabdf7ee5f17ae7e94baf40c (patch)
tree224238e1bae951a375015d2c0bb275e7f710f694 /digital/beacon/src
parent18904c9fd8c88aaf355c0586095f932b205a764c (diff)
digital/beacon: fix header
Diffstat (limited to 'digital/beacon/src')
-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