mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Added comment
This commit is contained in:
parent
4311bc9fee
commit
be920c507f
1 changed files with 3 additions and 4 deletions
|
@ -2,12 +2,11 @@
|
||||||
Example sketch for the Bluetooth library - developed by Kristian Lauszus
|
Example sketch for the Bluetooth library - developed by Kristian Lauszus
|
||||||
For more information visit my blog: http://blog.tkjelectronics.dk/ or
|
For more information visit my blog: http://blog.tkjelectronics.dk/ or
|
||||||
send me an e-mail: kristianl@tkjelectronics.com
|
send me an e-mail: kristianl@tkjelectronics.com
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
This example show how one can combine all the difference Bluetooth services in one single code.
|
||||||
Note:
|
Note:
|
||||||
You will need a Arduino Mega 1280/2560 to run this sketch,
|
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
|
as a normal Arduino (Uno, Duemilanove etc.) doesn't have enough SRAM and FLASH
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <PS3BT.h>
|
#include <PS3BT.h>
|
||||||
|
|
Loading…
Reference in a new issue