Hey guys, I have a question. Please tell me.
I use the BLE module implementation of the nrf51822. Now, I try to use sample program "ble_app_hids_mouse" for s110. I want to move with the button this program.
First question. I can move mouse. Mouse will move up, down, left, right and left click with the button. But I can not press and hold button. I don't know why.
Paste the code that I have made.
But, printD and printDN is a function to be output to the UART.
Did I make a mistake something?
Second question. I change the APP_BUTTON_RELEASE from 0 to 1 on "app_button.h" . Because I want to press and hold button.
Is this a mistake?
Please help me.