sandeepmistry / arduino-BLEPeripheral

An Arduino library for creating custom BLE peripherals with Nordic Semiconductor's nRF8001 or nR51822.
MIT License
463 stars 180 forks source link

Fix wheel report #248

Open petuzk opened 6 years ago

petuzk commented 6 years ago

Wheel value is not ignored now. Without this fix I was not able to scroll using BLEMouse::move. This code was taken from Nordic's "ble_app_hids_mouse" example