refactored code to enable implementation on different hardware

This commit is contained in:
2008-10-25 21:21:51 +00:00
parent ecafd0c256
commit 28c5b019c7
5 changed files with 378 additions and 301 deletions

10
firmware/tools.h Normal file
View File

@ -0,0 +1,10 @@
/**
* \file tools.h
* \brief TODO
* \author Ronald Schaten <ronald@schatenseite.de>
* \version $Id$
*
* License: TODO
*/
void sendString(char* string);