Skip to content

Releases: nikhiljohn10/pi-clap

v1.4.2

14 Sep 11:00
47a8f85
Compare
Choose a tag to compare

New Feature

  • Calibration for threshold value
  • New Device class which access the audio device and its control options.

v1.3.1

28 Aug 12:22
aee00e2
Compare
Choose a tag to compare

New features

  • New GPIO module added
  • New test cases added

Fixes

  • GPIO module fixed
  • Fixed Settings documentation
  • Controller related code is removed completely

v1.2.1

26 Aug 09:00
bfdb7af
Compare
Choose a tag to compare

New features

  • Added Github action for pull request verification
  • Added .gitignore to exclude pushing unnecessary files
  • Added MIT license
  • Added Makefile each development and documentation generation
  • Added sphinx documentation
  • Added PyTest for testing
  • Added working example
  • Added requirement.txt

Updates

  • Updated Readme
  • Updated code to support Python 3.6 and greater only
  • Converted to Python package