mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Included spi4teensy3.h in BTHID example
This should really be fixed in the Arduino IDE
This commit is contained in:
parent
75637bab31
commit
d168409b04
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
||||||
#include <usbhub.h>
|
#include <usbhub.h>
|
||||||
#include "KeyboardParser.h"
|
#include "KeyboardParser.h"
|
||||||
#include "MouseParser.h"
|
#include "MouseParser.h"
|
||||||
|
// Satisfy IDE, which only needs to see the include statment in the ino.
|
||||||
|
#ifdef dobogusinclude
|
||||||
|
#include <spi4teensy3.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
USB Usb;
|
USB Usb;
|
||||||
//USBHub Hub1(&Usb); // Some dongles have a hub inside
|
//USBHub Hub1(&Usb); // Some dongles have a hub inside
|
||||||
|
|
Loading…
Reference in a new issue