hgjh

Dependencies:   BSP_DISCO_F469NIa EEPROM_DISCO_F469NI LCD_DISCO_F469NIa SD_DISCO_F469NI mbed

Fork of IntegrationCAN_28jun by Nenad Djalovic

Committer:
nemanja1994
Date:
Thu Jul 05 20:18:32 2018 +0000
Revision:
3:a06e417a5a2c
Parent:
0:38c3afd99aeb
fhgj;

Who changed what in which revision?

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