Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "hardware.h"
- int tchar;
- // Initialise the hardware
- void appInitHardware(void) {
- initHardware();
- }
- // Initialise the software
- TICK_COUNT appInitSoftware(TICK_COUNT loopStart){
- return 0;
- }
- // This is the main loop
- TICK_COUNT appControl(LOOP_COUNT loopCount, TICK_COUNT loopStart) {
- {
- // Clear the screen:-
- //display.clear();
- speech.print( "U/n");
- display.print( "U" );
- //PRINTF(stdout,"U ");
- }
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement