test build of 'Host shield' in minimal env.
This commit is contained in:
parent
9382bf2f76
commit
c5060ea819
26 changed files with 500 additions and 267 deletions
|
@ -1,15 +1,14 @@
|
|||
#include "parser.h"
|
||||
#include "leonardo_led.h"
|
||||
#include "debug.h"
|
||||
|
||||
void KBDReportParser::Parse(HID *hid, bool is_rpt_id, uint8_t len, uint8_t *buf)
|
||||
{
|
||||
PORTB ^= (1<<0);
|
||||
/*
|
||||
Serial.print("KBDReport: ");
|
||||
LED_TX_TOGGLE;
|
||||
debug("KBDReport: ");
|
||||
for (uint8_t i = 0; i < len; i++) {
|
||||
PrintHex<uint8_t>(buf[i]);
|
||||
Serial.print(" ");
|
||||
debug_hex(buf[i]);
|
||||
debug(" ");
|
||||
}
|
||||
Serial.print("\r\n");
|
||||
*/
|
||||
//PORTC &= ~(1<<7);
|
||||
debug("\r\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue