11 KiB
###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
-
new major version for addressing #48 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
-
Fixed config reset #54 view commit
-
final edit to fix #54 view commit
Documentation Updates
-
added documentation category to docs script view commit
-
Added some images for v2.1.2 boards view commit
-
added differentiation in docs structure between versions view commit
-
removed redundant changelog file view commit
-
Updated piezo config docs with serial applications view commit
-
Added beginning of doc explaining circuit settings view commit
-
documentation formatting fixes view commit
-
typo fix in docs view commit
-
renamed Eagle Files to reflect product name view commit
-
Added page for PT100 RTD sensor view commit
-
Added PT100 to docs site nav 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
-
updated documentation for i3 mounts view commit
-
added documentation category to docs script view commit
-
Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo view commit
-
Added some images for v2.1.2 boards view commit
-
added differentiation in docs structure between versions view commit
-
Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo view commit
-
removed redundant changelog file 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
-
documentation formatting fixes view commit
-
typo fix in docs view commit
-
added piezo-disk carrier boards by request view commit
-
pull before push view commit
-
pull before push 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
-
Added page for PT100 RTD sensor view commit
-
Added PT100 to docs site nav view commit
-
attempting to fix the discord widget in README view commit
-
new major version for addressing #48 view commit
-
Adds 1 to the blinkcount integer, trying to fix #49 view commit
-
fixed definition preventing serial response in #49 view commit
-
Fix clearing stored config on restore 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
-
Fixed config reset #54 view commit
-
Merge pull request #55 from loredan/master view commit
-
Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo view commit
-
final edit to fix #54 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
-
Update .gitignore view commit
-
Update .gitignore 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