mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 12:53:59 +02:00
debug module WIP
This commit is contained in:
parent
f5e244a7b2
commit
c1ecb7d67f
4 changed files with 582 additions and 146 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue