Skip to content

v2.1.4-v2.1.5

Pyr0-Piezo Changelog beta-avr-v2.1.4 to beta-avr-v2.1.5

Added Features

  • Added silkscreen of board revision for EzPz view commit
  • added piezo-disk carrier boards by request view commit
  • Created DIY standalone board for use with external MCU view commit
  • Exported Eagle parts library into project view commit
  • Added blank ino file for compatibility with arduino ide view commit
  • Added serial feedback for trigger function view commit

Bugfixes

  • fixed polarity for trigger LED on DIY board view commit
  • Adds 1 to the blinkcount integer, trying to fix #49 view commit
  • fixed definition preventing serial response in #49 view commit

Documentation Updates

  • added documentation category to docs script view commit
  • added differentiation in docs structure between versions view commit
  • Updated piezo config docs with serial applications view commit
  • Added beginning of doc explaining circuit settings view commit
  • renamed Eagle Files to reflect product name view commit
  • attempting to fix the discord widget in README view commit

Full Changelog

  • analogWrite is replaced with native phase correct PWM, 4kHz 10-bit on comparator and 16kHz 8-bit on voltage follower view commit
  • Merge pull request #38 from loredan/master view commit
  • added documentation category to docs script view commit
  • Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo view commit
  • added differentiation in docs structure between versions view commit
  • Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo view commit
  • Added silkscreen of board revision for EzPz view commit
  • Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo view commit
  • Merge branch 'loredans-additions' of https://github.com/pyr0ball/pyr0piezo view commit
  • Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo view commit
  • Updated piezo config docs with serial applications view commit
  • Added beginning of doc explaining circuit settings view commit
  • added piezo-disk carrier boards by request view commit
  • Created DIY standalone board for use with external MCU view commit
  • fixed polarity for trigger LED on DIY board view commit
  • Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo view commit
  • renamed Eagle Files to reflect product name view commit
  • attempting to fix the discord widget in README view commit
  • Adds 1 to the blinkcount integer, trying to fix #49 view commit
  • fixed definition preventing serial response in #49 view commit
  • Merge pull request #51 from foodbandlt/bugfix view commit
  • Exported Eagle parts library into project view commit
  • Merge branch 'loredans-additions' of https://github.com/pyr0ball/pyr0piezo into loredans-additions view commit
  • Merge pull request #53 from pyr0ball/loredans-additions view commit
  • Added blank ino file for compatibility with arduino ide view commit
  • added avrdude.conf for terminal uploading view commit
  • Merge pull request #55 from loredan/master view commit
  • Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo view commit
  • Added serial feedback for trigger function view commit
  • Fix EEPROM saving issue when issuing a RESET command via a serial terminal. view commit
  • This code change reduces the amount of EEPROM writes that could potentially occur within a short period of time, thus making the EEPROM last longer. view commit
  • Merge pull request #57 from klcjr89/master view commit
  • Finish implementing digitalWriteFast to save MCU cycles. view commit
  • Code change implements analogReadFast, which reduces the read time of an anolog pin from 112 µS down to 21 µS. view commit
  • Merge pull request #58 from klcjr89/master view commit
  • Merge pull request #59, implement "fast" pin operations view commit