Added note about SRAM and FLASH

You will need a Arduino Mega 1280/2560 to run the sketch
This commit is contained in:
Kristian Lauszus 2012-08-09 21:34:51 +02:00
parent cfbf693384
commit 9e51675c18

View file

@ -4,6 +4,12 @@
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 <SPP.h>
USB Usb;