Skip to content

Version 0.8.1

Compare
Choose a tag to compare
@dmadison dmadison released this 08 Jun 02:28
· 31 commits to master since this release
da9f756

New Features:

  • The ClassicController class should now work out of the box with most third party Classic Controller variations without any extra user configuration.

User-Facing Changes:

  • Analog controls for the Classic Controller now use a full byte (0-255) regardless of mode. This will break programs that use the old data ranges!
  • Controller-specific I²C functions (read/write) are now publicly accessible.
  • Added a readRegister I²C function

Backend Changes:

  • ClassicController will now always attempt to initialize in "high resolution" mode.
  • Changes to the ClassicController data mode are now verified by reading the updated control data.