Skip to content

Releases: matrix-io/matrix-creator-hal

MATRIX Creator HAL v0.3.8

26 Jun 00:25
Compare
Choose a tag to compare
  • Raspbian Buster support added.

MATRIX Creator HAL v0.3.7

19 Jul 23:01
Compare
Choose a tag to compare
  • Added fix to memory leak in MatrixIOBus::Init().
  • Few fixes and improvements to the main Readme.

MATRIX Creator HAL v0.3.6

09 Jul 22:07
125b75a
Compare
Choose a tag to compare
  • Add easy to use PWM functions in GPIOControl

MATRIX Creator HAL v0.3.5

07 Jun 20:55
Compare
Choose a tag to compare
  • Fix getTimerCounter in GPIOBank class

MATRIX Creator HAL v0.3.4

25 May 19:38
Compare
Choose a tag to compare
  • Add Zwave GPIO manager

MATRIX HAL v0.3.3

21 May 19:45
Compare
Choose a tag to compare

MATRIX HAL v0.3.2

16 Apr 20:54
Compare
Choose a tag to compare
  • Fixed the stack buffer overflow in the bus read (by @cmetz )

MATRIX HAL v0.3.1

09 Apr 22:57
Compare
Choose a tag to compare
  • Kernel Modules compatibility: Major changes in the library in order to be compatible with the matrixio-kernel-modules.
  • Bug Fix: Noise in Microphone array signals.

MATRIX HAL v0.3.0

27 Mar 00:35
c462c42
Compare
Choose a tag to compare
  • MATRIX Devices Support 96KHz in Microphone Sampling Rate
  • LIRC Support IR-RX:RPI-GPIO16 IR-TX:RPI-GPIO13
  • RGBW order in Everloop Driver
  • Several changes in the Memory map distribution.
  • Bug fixes.
  • Support matrixio-creator-init v0.4.6

MATRIX HAL v0.2.3

05 Mar 01:38
Compare
Choose a tag to compare
  • switched from SpiWrite16 to SpiWriteBurst in everloop driver - by @cmetz