Releases: fenichelar/Pin
Releases · fenichelar/Pin
Version 4.2.2
Changes:
- Rename
extra
folder toextras
- Update doxygen version
- Update documentation
Version 4.2.1
Changes:
- Update documentation
Version 4.2.0
Changes:
- Add a default constructor
- Fix RC timer issue
- Use unix newlines
Version 4.1.1
Changes:
- Improve documentation
Version 4.1.0
Changes:
- Improve documentation
- Improve documentation structure
- Automate documentation generation
- Add library logo
Version 4.0.1
Changes:
- Improve documentation
Version 4.0.0
Warning: This version contains breaking changes
Breaking Changes:
- Change
set
,setMode
, andsetState
return types frombool
tovoid
Changes:
- Add operator overloads for convenience
- Add function for resistor-capacitor circuit timing
- Add benchmarks
- Improve performance
- Improve documentation
- Change license from GPL to LGPL
Version 3.0.1
Changes:
- Improve documentation
Version 3.0.0
Warning: This version contains breaking changes
Breaking Changes:
- Remove
Pin(uint8_t number, bool analog)
constructor - Replace non-member functions with Pin Group class for simultaneous operations
Changes:
- Create class for Pin Group
- Add support for custom boards
- Improve toggle performance
- Improve documentation
Version 2.4.1
Changes:
- Improve documentation