School project.

Dependencies:   Timezone NTPClient BSP_DISCO_F746NG Grove_temperature

Revision:
14:3ac7c08dbc52
Parent:
10:137cf2c92871
Child:
15:638e65c37d58
--- a/rotary_functions.h	Mon Jan 18 13:39:58 2021 +0000
+++ b/rotary_functions.h	Mon Jan 18 16:13:13 2021 +0000
@@ -7,7 +7,7 @@
 
 /** 
 Check if rotary has been turned. Returns true if rotary has been turned to a certain point (margin set).
-@rot AnalogIn rotary angle sensor object.
+@param rot AnalogIn rotary angle sensor object.
 1/14/2021
 */
 bool rotary_is_on(AnalogIn rot)
@@ -23,7 +23,7 @@
 The rotary increases in resistance as the rotary is turned, while the light sensor decreases its resistance as light intensity increases.
 The led_set_blink_rate() function is fitted to the light sensor read values and set to decrease blinking speed the higher the value.
 This function can be used to reverse the value of the registered rotary resistance value so it can be used with the LED blinking function.
-@rot AnalogIn rotary angle sensor object.
+@param rot AnalogIn rotary angle sensor object.
 1/14/2021
 */
 float rotary_reverse_read(AnalogIn rot)