Included spi4teensy3.h in BTHID example

This should really be fixed in the Arduino IDE
This commit is contained in:
Kristian Lauszus 2013-12-05 07:32:32 +01:00
parent 75637bab31
commit d168409b04

View file

@ -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