27.03.2019. revision New stuff added: -New CANlibrary -RPM LED -minor tweaks and changes

Dependencies:   mbed LCD_DISCO_F469NIa SD_DISCO_F469NI BSP_DISCO_F469NIa EEPROM_DISCO_F469NI

Committer:
Stefan_Sofijanic
Date:
Wed Mar 27 09:37:17 2019 +0000
Revision:
0:bcb81d0218cf
27.03.2019. revision; New stuff added:; -New CANlibrary; -RPM LED; -minor tweaks and changes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Stefan_Sofijanic 0:bcb81d0218cf 1 #include "draw_print_library.h"
Stefan_Sofijanic 0:bcb81d0218cf 2
Stefan_Sofijanic 0:bcb81d0218cf 3 //List of functions
Stefan_Sofijanic 0:bcb81d0218cf 4 void ChangeCommand(); //Interrupt function for registering change command
Stefan_Sofijanic 0:bcb81d0218cf 5 void ChangeScreen(); //Changes the screen if needed.
Stefan_Sofijanic 0:bcb81d0218cf 6
Stefan_Sofijanic 0:bcb81d0218cf 7 void SetIntro(); // Set Intro screen
Stefan_Sofijanic 0:bcb81d0218cf 8 void SetMain(); // Set Main screen
Stefan_Sofijanic 0:bcb81d0218cf 9 void SetFirstAux(); // Set First Auxiliary screen
Stefan_Sofijanic 0:bcb81d0218cf 10 void SetSecondAux(); // Set Second Auxiliary screen
Stefan_Sofijanic 0:bcb81d0218cf 11
Stefan_Sofijanic 0:bcb81d0218cf 12 void MainUpdate(); // Update information in Main screen
Stefan_Sofijanic 0:bcb81d0218cf 13 void FirstAuxUpdate(); // Update information in First Auxiliary screen
Stefan_Sofijanic 0:bcb81d0218cf 14 void SecondAuxUpdate(); // Update information in Second Auxiliary screen