From 3e4bd8280a6a19a8dabdf7ee5f17ae7e94baf40c Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Wed, 16 May 2012 17:34:33 +0200 Subject: digital/beacon: fix header --- digital/beacon/src/codewheel.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3