Skip to content

Releases: fenichelar/Pin

Version 4.2.2

03 Jul 22:50
14118a2
Compare
Choose a tag to compare

Changes:

  • Rename extra folder to extras
  • Update doxygen version
  • Update documentation

Version 4.2.1

03 Jul 06:44
8322e5f
Compare
Choose a tag to compare

Changes:

  • Update documentation

Version 4.2.0

10 Mar 18:38
3f9cb31
Compare
Choose a tag to compare

Changes:

  • Add a default constructor
  • Fix RC timer issue
  • Use unix newlines

Version 4.1.1

30 Apr 06:49
Compare
Choose a tag to compare

Changes:

  • Improve documentation

Version 4.1.0

08 Sep 00:33
Compare
Choose a tag to compare

Changes:

  • Improve documentation
  • Improve documentation structure
  • Automate documentation generation
  • Add library logo

Version 4.0.1

06 Sep 17:16
Compare
Choose a tag to compare

Changes:

  • Improve documentation

Version 4.0.0

01 Sep 17:16
Compare
Choose a tag to compare

Warning: This version contains breaking changes

Breaking Changes:

  • Change set, setMode, and setState return types from bool to void

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

16 Jul 15:21
Compare
Choose a tag to compare

Changes:

  • Improve documentation

Version 3.0.0

16 Jul 15:13
Compare
Choose a tag to compare

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

01 Jul 15:59
Compare
Choose a tag to compare

Changes:

  • Improve documentation