ReflexBall Rally
 All Data Structures Files Functions Variables Macros
Functions | Variables
LED.c File Reference
#include <eZ8.h>
#include <sio.h>
#include "charset.h"
#include "LED.h"
#include "ansi.h"
Include dependency graph for LED.c:

Go to the source code of this file.

Functions

void clockLed (unsigned char digit)
 
unsigned char convertChar (char input)
 
void LEDsetString (char *string)
 
void LEDRunOnce (char *firstString, char *secondString)
 
void moveVideoBuffer ()
 
void LEDupdate ()
 
void timer2int ()
 
void initLED ()
 

Variables

unsigned char digit = 0
 
unsigned char column = 0
 
unsigned char delayCounter = 0
 
unsigned char index = 0
 
unsigned char stringLength = 0
 
char videoBuffer [5][6]
 
volatile char runOnce
 
volatile char * pSecondString
 
char * pString
 

Function Documentation

void clockLed ( unsigned char  digit)

Definition at line 14 of file LED.c.

unsigned char convertChar ( char  input)

Definition at line 33 of file LED.c.

void LEDsetString ( char *  string)

Definition at line 59 of file LED.c.

void LEDRunOnce ( char *  firstString,
char *  secondString 
)

Definition at line 89 of file LED.c.

void moveVideoBuffer ( )

Definition at line 95 of file LED.c.

void LEDupdate ( )

Definition at line 116 of file LED.c.

void timer2int ( )

Definition at line 138 of file LED.c.

void initLED ( )

Definition at line 142 of file LED.c.

Variable Documentation

unsigned char digit = 0

Definition at line 7 of file LED.c.

unsigned char column = 0

Definition at line 7 of file LED.c.

unsigned char delayCounter = 0

Definition at line 7 of file LED.c.

unsigned char index = 0

Definition at line 7 of file LED.c.

unsigned char stringLength = 0

Definition at line 7 of file LED.c.

char videoBuffer[5][6]

Definition at line 8 of file LED.c.

volatile char runOnce

Definition at line 10 of file LED.c.

volatile char * pSecondString

Definition at line 10 of file LED.c.

char* pString

Definition at line 11 of file LED.c.