School project.

Dependencies:   Timezone NTPClient BSP_DISCO_F746NG Grove_temperature

Changes

RevisionDateWhoCommit message
20:9d4450357ce7 2021-01-21 tuxx0046 Updated libraries used section in comments in main.cpp default tip
19:a23c25da398e 2021-01-21 tuxx0046 Updated comments.
18:11db143c0502 2021-01-21 tuxx0046 Add Timezone library to configre clock to danish time.; However, beware that summertime function does not work.
17:01ebfd8ab87a 2021-01-20 tuxx0046 Added clock functionality to view on display.
16:296d68305630 2021-01-20 tuxx0046 Some functions have been changed, renamed and refactored.; Minor changes to comments/documentation.; Fully working build.
15:638e65c37d58 2021-01-19 tuxx0046 Updated the main_functions and lcd_functions.; Connected all of the functions to have a working program.; Updated some comments and documentation.
14:3ac7c08dbc52 2021-01-18 tuxx0046 Documentation updated.
13:41debc0b9063 2021-01-18 tuxx0046 Temperature reading functionality added.; Button functionality added, so a button press will change temperature from celsius to fahrenheit.; Comments fixed and added.
12:50b76050d163 2021-01-18 tuxx0046 Minor changes in comments.
11:f3e516401328 2021-01-18 tuxx0046 Grove_temperature library added and tested.
10:137cf2c92871 2021-01-15 tuxx0046 Add serial communication service functions.; Major changes to comments.; Minor fixes to code to clear buffer in console when typing etc.;
9:fd1f07a4a0ff 2021-01-14 tuxx0046 Added rotary functions.; Fixed some minor things and comments.
8:1a1e7cf7dcb6 2021-01-14 tuxx0046 Refactored and renamed functions and file to better suit future needs.; light_sensor_functions -> helper_functions
7:b80c993f4db5 2021-01-14 tuxx0046 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.
6:aecab8e3acad 2021-01-14 tuxx0046 Added LED function that controls blinking rate of LED.; Added light sensor function to convert light sensor reading to percent.
5:9a9cc43f3c2c 2021-01-14 tuxx0046 Changed code to allow for white spaces in building and room name during setup process.; Minor changes in wording.
4:1a12157689a7 2021-01-13 tuxx0046 Visual feedback on display added to the serial communication setup part.; Can now see the inputted building and room on display after setup.
3:02e7aac23ff9 2021-01-13 tuxx0046 Started working on basic LCD functionalities, using code from a previous project.; Changed some minor things in comments.; Renamed filename.
2:90d31841523a 2021-01-13 tuxx0046 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.
1:1ee11539cc43 2021-01-13 tuxx0046 Comments have been added.; Initial setup process functionality has a bug where it does not continue the program after confirming "yes" at the end.
0:ed4063a0a4d5 2021-01-13 tuxx0046 Initial commit.; Currently working on initial setup process.