Robert M. Learney

Results 22 comments of Robert M. Learney

I agree. Observing how Arduino has worked over the years, it always looks like they are too quick to move to releasing the next device before the features on existing...

@per1234 and @matteosuppo I think it should also say that for the mbedOS boards, only RISING and FALLING options work, not CHANGE or HIGH

This sounds like WalletConnect: https://github.com/WalletConnect/WalletConnectSwiftV2

Hello, can I ask about the status of rolling out v2.24.7 in official MacOS packages?

IMHO would it look better if these were snake_case rather than CamelCase, and made to resemble the C99 standard: BleUint8 -> ble_uint8_t BleInt8 -> ble_int8_t BleUint64 -> ble_uint64_t etc. But...

Do you have a sample sketch so we can see and test?

Looks like the `BLEDisconnected` callback is triggered from `ATTClass::removeConnection()` but not `ATTClass::disconnect()`

Hi @Polldo may I suggest you deprecate `blePeripheralDisconnectHandler` in that case? I don't understand why the user would care about the source of disconnection when wanting to trigger a callback...

Thank you @Polldo - I completely agree that the reason for disconnection would be useful information