Releases: jasLogic/mipea
Releases · jasLogic/mipea
v2.1.1:
v2.1.0: - I2C:
Version 2.1.0
Important:
Do not use this or older versions of the library. There is a bug which could disable wifi until a reboot in the gpio_clear_pud function.
- I2C:
- removes i2c_configure function and corresponding struct
- adds i2c_set_* functions to set the configuration
- SPI:
- removes chip enable from configuration struct
- adds extra function for configuring which chip enable line to use
- PWM:
- removes pwm channel from configuration struct
- adds the channel as parameter for pwm_configure
v2.0.0: Version 2.0.0
Version 2.0.0
- adds I2C
- adds GNU autotools
- adds documentation using Sphinx
- bugfixes