Konacan kod

Dependencies:   BSP_DISCO_F469NIa EEPROM_DISCO_F469NI LCD_DISCO_F469NIa SD_DISCO_F469NI mbed

Fork of IntegrationCAN by Nenad Djalovic

Committer:
formulas
Date:
Thu Jun 28 16:33:23 2018 +0000
Revision:
2:f54f01527ebb
Parent:
0:38c3afd99aeb
a

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