Skip to content

Releases: bmellink/IBusBM

Fix for STM32 architecture

18 Sep 20:14
Compare
Choose a tag to compare

The original STM32 code was created for an old version of the STM32 core lib (before v1.6). This generated compiler errors for newer versions. The library now supports the current v1.9 core library version. No changes for any of the other supported architectures (avr, esp32, mbed)

Added support for MBED

29 Aug 19:19
Compare
Choose a tag to compare

This release adds support for MBED and fixes a bug when using the maximum of 10 sensors.
Now supports AVR based Arduino boards (Arduino MEGA, UNO, Nano, Micro, etc.), ESP32 based boards (ESP32, NodeMCU, etc.), STM32 boards (STM32F103, etc.) and MBED (such as the Arduino NANO 33 BLE).

Support for 4 byte telemetry sensors

13 Jun 14:39
Compare
Choose a tag to compare

Now supports 4 byte sensor data. See #12 for more detail. You can add a second argument to the addSensor() function to specify the number of bytes (can be 2 or 4).

Added additional examples (servo and motor controller)

20 Jun 12:34
Compare
Choose a tag to compare

STM32 support

04 Jun 17:07
Compare
Choose a tag to compare
v1.1.1

Upgrade version for STM32 support

Added support for ESP32

08 Apr 21:10
Compare
Choose a tag to compare

The library now supports AVR and ESP32 architectures. Also added an example for AVR32 and an example for sensors.

Updated readme

18 Mar 16:39
Compare
Choose a tag to compare
v1.0.1

Readme

Initial release

18 Mar 13:44
Compare
Choose a tag to compare
v1.0

Initial