danielgallagher0 / bluenrg

Device crate for STMicro's BlueNRG-based Bluetooth RF modules
Apache License 2.0
21 stars 8 forks source link

Add support for missing GATT constants and delay trait #5

Closed antoinevg closed 2 years ago

antoinevg commented 2 years ago

This PR adds the following:

  1. Missing GATT constant: CharacteristPermission::NONE
  2. Missing GATT constant: CharacteristicEvent::NONE
  3. A new controller reset method to support devices that do not implement the embedded_hal::timer::CountDown trait: reset_with_delay
danielgallagher0 commented 2 years ago

Thanks!