Skip to content

Version 0.15.0

Latest
Compare
Choose a tag to compare
@Legion2 Legion2 released this 19 Feb 12:32
61240f1
  • add support for TinyUSB (Adafruits SAMD Boards, Raspberry Pi Pico, ESP32, see all) thanks to @Spegs21 #215
  • fix a timer overflow which happens if the arduino runs for many months #204
  • updated documentation

Breaking Changes

  • CorsairLightingFirmware have now a constructor with two arguments, the first is the corsair product type and the second is a storage interface for the firmware
  • The FastLEDController persistence is now configured with a FastLEDControllerStorage object instead of a boolean in the constructor
  • The type of the device id changed from byte[] to DeviceID

All examples has been updated with these changes.