Releases: p3p/pio-framework-arduino-lpc176x
Releases · p3p/pio-framework-arduino-lpc176x
USB Serial Number
0.1.3 Version 0.1.3
Hardware PWM
Re-enables Hardware PWM and adds an interface for changing the frequency of both Hardware and Software PWM.
0.1.1 bugfix
Add missing Arduino API interrupts()
and noInterrupts()
DMA and SoftwareSerial
DMA support added to the USB stack using it for both CDC and MSC,
SoftwareSerial class update makes it actually work, still a work in progress.
0.0.7 bugfix
Update framework version to 0.0.7
0.0.6 bugfix
Update framework version to 0.0.6
0.0.5 bugfix
Release 0.0.5 from p3p/master Release 0.0.5
0.0.4 bugfix
Fix overlapping tone calls to comply with Arduino API
Timeout usb cdc transmit when the host stops receiving but doesn't close the connection
Tone support
0.0.3 Release 0.0.3
Servo / PWM update
Fix Servo lib and PWM PWM duty cycle was not setting correctly the first time do to an initialisation problem