Releases: p3p/pio-framework-arduino-lpc176x
Releases · p3p/pio-framework-arduino-lpc176x
Release 0.2.9
Fix analogInputToDigitalPin
Release 0.2.8
Fix UART baudrate accuracy by reducing the base clock divisor
Release 0.2.7
Fix O0 and O3 builds
Hardware PWM latching enabled
Fix Hardware PWM on port 3
Remove Hardware PWM disable at 0 duty cycle
Release 0.2.6
(breaking) I2C Address is no longer left shifted internally
Release 0.2.5
Release 0.2.4
Change the pin function id for uart3 (#37)
Release 0.2.3
Update package.json
0.2.2 Release
Midpoint lowpass filter init is not enough to compensate for programs that do not allow time for the adc reading to settle.
The ADC lowpass now initialises from the first reading.
Release 0.2.1
Fix ADC Lowpass midpoint initialisation
Release 0.2.0
Some refactoring and various improvements including:
ADC read using burst mode,
GPIO performance increase, should optimise to 1 instruction with const pin,
USB CDC performance improved (measured at 1060 KiB/s).