School project.

Dependencies:   Timezone NTPClient BSP_DISCO_F746NG Grove_temperature

Revisions of main.cpp

Revision Date Message Actions
20:9d4450357ce7 2021-01-21 Updated libraries used section in comments in main.cpp File  Diff  Annotate
19:a23c25da398e 2021-01-21 Updated comments. File  Diff  Annotate
17:01ebfd8ab87a 2021-01-20 Added clock functionality to view on display. File  Diff  Annotate
16:296d68305630 2021-01-20 Some functions have been changed, renamed and refactored.; Minor changes to comments/documentation.; Fully working build. File  Diff  Annotate
15:638e65c37d58 2021-01-19 Updated the main_functions and lcd_functions.; Connected all of the functions to have a working program.; Updated some comments and documentation. File  Diff  Annotate
14:3ac7c08dbc52 2021-01-18 Documentation updated. File  Diff  Annotate
13:41debc0b9063 2021-01-18 Temperature reading functionality added.; Button functionality added, so a button press will change temperature from celsius to fahrenheit.; Comments fixed and added. File  Diff  Annotate
12:50b76050d163 2021-01-18 Minor changes in comments. File  Diff  Annotate
11:f3e516401328 2021-01-18 Grove_temperature library added and tested. File  Diff  Annotate
10:137cf2c92871 2021-01-15 Add serial communication service functions.; Major changes to comments.; Minor fixes to code to clear buffer in console when typing etc.; File  Diff  Annotate
9:fd1f07a4a0ff 2021-01-14 Added rotary functions.; Fixed some minor things and comments. File  Diff  Annotate
8:1a1e7cf7dcb6 2021-01-14 Refactored and renamed functions and file to better suit future needs.; light_sensor_functions -> helper_functions File  Diff  Annotate
7:b80c993f4db5 2021-01-14 Changed light_sensor_get_light_intensity() function to return an integer.; It now takes the sensor read value, multiplies the value by 100, rounds it to nearest whole number and returns it, effectively expressing light intensity in percentage. File  Diff  Annotate
6:aecab8e3acad 2021-01-14 Added LED function that controls blinking rate of LED.; Added light sensor function to convert light sensor reading to percent. File  Diff  Annotate
4:1a12157689a7 2021-01-13 Visual feedback on display added to the serial communication setup part.; Can now see the inputted building and room on display after setup. File  Diff  Annotate
3:02e7aac23ff9 2021-01-13 Started working on basic LCD functionalities, using code from a previous project.; Changed some minor things in comments.; Renamed filename. File  Diff  Annotate
2:90d31841523a 2021-01-13 Initial setup through serial communication done.; Code has been moved to setup_unit.h.; DigitalOut myled(LED1) added and used for easy visual testing.; Extra comments added. File  Diff  Annotate
1:1ee11539cc43 2021-01-13 Comments have been added.; Initial setup process functionality has a bug where it does not continue the program after confirming "yes" at the end. File  Diff  Annotate
0:ed4063a0a4d5 2021-01-13 Initial commit.; Currently working on initial setup process. File  Diff  Annotate