debug module WIP

This commit is contained in:
Pavol Rusnak 2011-04-17 02:12:16 +02:00
parent f5e244a7b2
commit c1ecb7d67f
4 changed files with 582 additions and 146 deletions

View file

@ -37,8 +37,7 @@ void SetOutReport (uint8_t dst[], uint32_t length)
break;
case 'm':
which = dst[1];
chan = dst[2];
mult = dst[3] + (dst[4]<<8);
mult = dst[2] + (dst[3]<<8);
// TODO: set opamp (which) on channel (chan) with multiplicator (mult)
break;
case 's':