Skip to content

Conversation

@h2zero
Copy link
Owner

@h2zero h2zero commented Nov 29, 2024

  • 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.

@h2zero h2zero force-pushed the refactor-hid branch 4 times, most recently from 97c671d to 472feb3 Compare December 8, 2024 23:45
* 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.
@h2zero h2zero merged commit 6d10f2f into master Dec 9, 2024
59 checks passed
@h2zero h2zero deleted the refactor-hid branch December 9, 2024 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants