keypad functional

started with external DAC implementation

git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@224 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
mmi
2017-09-29 09:13:48 +00:00
parent 888601f8cf
commit b56bc71f36
13 changed files with 206 additions and 70 deletions

View File

@@ -97,8 +97,6 @@ ErrorStatus Logger_construct(struct IODevice* const device)
if(!initialized)
{
///TODO This is currently hardcoded into the UART - there must be a way for more generic usage
loggerDevice = device;
if(returnValue == SUCCESS)