Releases: ecoAPM/SimpleGPIO
Releases · ecoAPM/SimpleGPIO
2.0.1
2.0.0
New features:
- Pulse Width Modulation
- set via
Strengthproperty on a pin FadeIn(),FadeOut(),FadeTo(),Pulse()helper methods
- set via
- New components
DotMatrixShiftRegister
- Updated components
RGBLEDcan now accept anySystem.Drawing.Colorvia itsSetColor()methodRGBLEDalso includesFadeTo(),FadeOut(), andPulse()PWM helpers
Breaking changes:
- Migrated from .NET Standard 2.0 to .NET 6
- All asynchronous operations are now
async - Components with many input pins now take
PinSets andPowerSets instead of 8 separate parameters RGBLEDno longer containsTurn{Color}()methods
Under the hood:
- now runs using
System.Device.GpioandSystem.Iot.Devicefor improved cross-platform compatibility ShiftRegisterimplements a newSPI.Input, which sets the stage for full SPI support (#6)- simplified examples with file-scoped namespaces and top-level statements
1.1.0
New features:
- Components
MotorRGBLEDRotaryEncoderSevenSegmentDisplay
- Time-based power methods on
IPinInterfaceSpike()TurnOnFor(TimeSpan)TurnOffFor(TimeSpan)
1.0.0
Initial Release