Blame view

ui.h 187 Bytes
ea1218f1   henyxia   UI finished
1
2
3
  #ifndef __UI_H__
  #define __UI_H__
  
cdaa873f   henyxia   Log fixed
4
5
6
7
8
  void*	drawUI(void*);
  void	initUILog();
  void	addToLog(char*);
  void	displayUI();
  void	setStartTime(char*);
3bdc9daf   henyxia   NFC Added
9
  void	setTagName(char*);
d4d5bb6d   henyxia   Bus working
10
  void	stopUI();
ea1218f1   henyxia   UI finished
11
12
  
  #endif