Leonardo Cavagnis
Leonardo Cavagnis
Adding the function `BLE.setLowPowerMode(bool)` to manage the lower power mode status of the BLE chip. The function `BLE.setLowPowerMode(bool)`(`true`: to enable, `false`: to disable) must be called before executing the `BLE.begin()`...
This PR introduces compatibility for the ArduinoBLE library with Silicon Labs boards using the [Silicon Labs Arduino core](https://github.com/SiliconLabs/arduino). It is not compatible with core version 2.0.0 but will be compatible...
Hey! I added compatibility with Silicon Labs Arduino boards (https://github.com/SiliconLabs/arduino). **Limitations**: none **Tests**: tested on 2 different Silicon Labs boards with ssd1306 i2c oled display (more details here: https://github.com/SiliconLabs/arduino/issues/97) All...