Arduino Bluetooth Controller Control 4 channel's with timer's.
- Customize timer Min/Sec - Timer On/Off Function
Get Arduino Sketch Example at hammerapps.net
Button 1 Press sends ch1 =='a'; Long press sends ch1 =='b';Button 2 Press sends ch2 =='c'; Long press sends ch2 =='d';Button 3 Press sends ch3 =='e'; Long press sends ch3 =='f';Button 4 Press sends ch3 =='g'; Long press sends ch4 =='h';
int ch1 = 4;int ch2 = 5;int ch3 = 6;int ch4 = 7;