Skip to content

V2.6.3

Compare
Choose a tag to compare
@dbambus dbambus released this 08 Jan 14:43
· 903 commits to main since this release
5f214eb

This release is a start for refactoring the code. The overall goal is to move to a common use of camelCase, English as the common language and cleanCode.

In this pull request, I have changed most of the function names in the base code to camelCase. In this step, I refactored the classes to have a namespace for functions and applied cleanCode here. I also changed the comments to English when necessary.

Other changes:

Removed a redundant function RGB_to_HSB(), since it is also available through the NeoPixelBus Library.
Fixed: Better values for Speed Slider #29
Fixed: Brightness changes react immediately* (*The clock refreshes the screen every second).

What's Changed

  • Resolved an issue in NeoMultiFeature.hpp to use the newest NeoPixelBus Library by @dbambus in #181

Full Changelog: V2.6.2...V2.6.3