From 956c4bb433b65602f43ea079970b9758c630360e Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Thu, 3 May 2012 23:56:55 +0200 Subject: digital/beacon: add raw2degree() function --- digital/beacon/src/codewheel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'digital/beacon/src/codewheel.h') diff --git a/digital/beacon/src/codewheel.h b/digital/beacon/src/codewheel.h index 7abe3f0e..f0ec26f5 100644 --- a/digital/beacon/src/codewheel.h +++ b/digital/beacon/src/codewheel.h @@ -62,4 +62,7 @@ uint16_t codewheel_get_rebase_offset(void); /* This function saves the counter value used when a codewheel reset is requested */ 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); + #endif -- cgit v1.2.3