Skip to content

Commit

Permalink
[BREAKING] - Refactor NimBLEHIDDevice
Browse files Browse the repository at this point in the history
* General code cleanup.
* All functions that return a characteristic or service have been renamed to have a `get` prefix to better represent their function.
* All functions that set a value have been renamed with the prefix `set` to better represent their functionality.
* Added an `bool notify` parameter to `setBatteryLevel`, which if `true`, will send a notification of the value to the peer.
  • Loading branch information
h2zero committed Dec 1, 2024
1 parent cabf1e3 commit ab89a43
Show file tree
Hide file tree
Showing 2 changed files with 281 additions and 230 deletions.
Loading

0 comments on commit ab89a43

Please sign in to comment.