tomaskovacik / BK3254

arduino library for A2DP bluetooth module based on BK3254 chip from Beken Corp (F-6888) and BK3266 based module F-6988 from HYT named HY5066 (not HY5066SR)
GNU General Public License v3.0
54 stars 18 forks source link

rewrite DBG() #3

Closed tomaskovacik closed 5 years ago

tomaskovacik commented 5 years ago

like here, if posible http://forum.arduino.cc/index.php?topic=155268.0

define DEBUG true // flag to turn on/off debugging

define Serial if(DEBUG)Serial

tomaskovacik commented 5 years ago

This will disable also Serial in main sketch. not usefull