Paso 2: Código de Arduino
Código fuente de Arduino
https://www.Dropbox.com/s/4tpu4yjltiqeakg/BlueToot...
/*
Prueba de BlueTooth
PWM PIN 3, 5, 6, 9, 10, 11
Daniel Lu: dan59314
http://www.youtube.com/dan59314/playlists
1. D, 3, 255 -> Set D3 = 255
2. A, 1 -> el valor de A3 leer
3. C, 255, 255, 255 -> serie R, G, B valor PinR, PinG, PinB
4, M, 1 modo de reproducción establecido, cListerning, cAuto, cRandom, cRambo...
5. P, 3, 5, 6 -> set PinR = 3, PinG = 5, PinB = 6
6. TD, 200 -> gDelayMsc = 200 mseg
7. TI, 30000 -> gIdleMsec = 30000 milisegundos
8. RS / RE grabación de inicio y fin de->
*/
#include
#define HardwareDelay;
#define CommonAnode
#define debug;
#define enableBreath
// Type Define ***********************************************************************************
typedef struct TPinRec {}
byte PinNo;
.................