/*Set the macro value to '1' to use tuner for debugging and tuning CapSense sensors
Set the macro value to '0' to send the CapSense Linear slider and buttons data to EZ-BLE PRoC module via I2C*/
#define ENABLE_TUNER (1u)
如果是Debug调试的话定义为1,如果是需要用来与蓝牙模块链接的话定义为0。
下载的时候需要注意将板载的SW4开关切换到对应位置,然后Debug->rogram,就可以下载。
待程序下载完成之后可以看到呼吸灯一闪一闪,触摸三个电容按键,对应的灯会亮起,滑动滑块的时候,灯也随着手指的位置亮起。