mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Added note about SRAM and FLASH
You will need a Arduino Mega 1280/2560 to run the sketch
This commit is contained in:
parent
cfbf693384
commit
9e51675c18
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@
|
||||||
send me an e-mail: kristianl@tkjelectronics.com
|
send me an e-mail: kristianl@tkjelectronics.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
Note:
|
||||||
|
You will need a Arduino Mega 1280/2560 to run this sketch,
|
||||||
|
As a normal Arduino (Uno, Duemilanove etc.) doesn't have enough SRAM and FLASH
|
||||||
|
*/
|
||||||
|
|
||||||
#include <PS3BT.h>
|
#include <PS3BT.h>
|
||||||
#include <SPP.h>
|
#include <SPP.h>
|
||||||
USB Usb;
|
USB Usb;
|
||||||
|
|
Loading…
Reference in a new issue