Skip to content

Releases: RobTillaart/FunctionGenerator

0.3.0 release

07 Jul 08:16
879b61c

Choose a tag to compare

  • add float sinusDiode(float t)
  • add float sinusRectified(float t)
  • add float trapezium1(float t) with duty cycle.
  • add float trapezium2(float t) with duty cycle.
  • add float heartBeat(float t)
  • add float freeWave(float t, int16_t arr, int size) arbitrary wave generator.
  • update functionGeneratorPerformance.ino
  • add examples for freeWave()
  • fix Arduino-lint.yml (long library name error)
  • update readme.md
  • minor edits

0.2.6 release

02 Nov 14:07
520e18e

Choose a tag to compare

update readme.md (#8)

0.2.5 release

26 Mar 08:31
e07c0ba

Choose a tag to compare

Develop (#7)

- add **setDutyCycle()**, **getDutyCycle()**
- implement duty cycle for square(), triangle() and random_DC()
- add **seedRandom(a, b)**
- add some optimizations
- move code from .h to .cpp
- update readme.md
- update GitHub actions
- update license 2023
- minor edits

0.2.4 release

07 Nov 14:21
07bbe72

Choose a tag to compare

add changelog.md (#6)

0.2.3 release

18 Dec 15:50
647e07d

Choose a tag to compare

update library.json, license, minor edits (#4)

0.2.2 release

02 Nov 10:24
afc9ded

Choose a tag to compare

update build-CI + badges + minor edits (#3)

* upgrade build-CI + badges + readme.md
* add mode flag to reverse sawtooth() and  stair()

0.2.1 release

24 Dec 13:07
7db0c5e

Choose a tag to compare

Arduino ci (#1)

* initial arduino-ci
* add unit tests

initial release

11 Jun 13:13

Choose a tag to compare

0.2.0

0.2.0 initial release