mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-07 20:34:00 +02:00
send 0 for now
This commit is contained in:
parent
37a48eb7e6
commit
3aa8986d49
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ void GetInReport (uint8_t src[], uint32_t length)
|
|||
}
|
||||
// TODO: fix the following - replace IP[i] with real value of input pin (I)
|
||||
// src[14] = IP[0] + (IP[1]<<1) + (IP[2]<<2);
|
||||
src[14] = 0;
|
||||
}
|
||||
|
||||
void SetOutReport (uint8_t dst[], uint32_t length)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue