/* flaneth - flash and ethernet - dartboard mod
* version 0.1 date 2008-11-09
* Copyright (C) 2007-2008 Stefan Schuermans <stefan@schuermans.info>
* Copyleft: GNU public license V2 - http://www.gnu.org/copyleft/gpl.html
* a BlinkenArea project - http://www.blinkenarea.org/
*/
#ifndef INC_status
#define INC_status
// status information
extern char StatusInfoCfPresent; // presence of working compact flash card (boolean)
// initialize
extern void StatusInit( void );
// tick procedure - call every 200ms
extern void StatusTick200( void );
#endif // #ifdef INC_status