From 5d72861a36e1e76c1264d3bc8b02479edc6d3979 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Wed, 30 Oct 2019 18:54:50 -0700 Subject: [PATCH 1/5] Documentation update for v2.1.5 #docs --- docs/changelog.md | 173 ++++++++++++++++++ .../changelog_2019-10-30_v2.1.4_v2.1.5.md | 169 +++++++++++++++++ mkdocs.yml | 1 + 3 files changed, 343 insertions(+) create mode 100644 docs/changelogs/changelog_2019-10-30_v2.1.4_v2.1.5.md diff --git a/docs/changelog.md b/docs/changelog.md index 48da6af..0ab2c9e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -931,4 +931,177 @@ Changelog updated 2019-10-09_20-40-12 - Firmware shipped with Beta2 (v2.1.0) #changelog [view commit](http://github.com/pyr0ball/pyr0piezo/commit/e5e14583917c77ca48351c8057917f5a09ca2817) +------------------------------------ +### v2.1.4 to v2.1.5 + +Changelog updated 2019-10-30_18-51-54 + + *Added Features* + +- Added silkscreen of board revision for EzPz [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a91f8d6848e48c98fdf76a7ffa6ba939cb41c9b0) + +- added piezo-disk carrier boards by request [view commit](http://github.com/pyr0ball/pyr0piezo/commit/0655da487ecc244ba4df18fe941a994796f60695) + +- Created DIY standalone board for use with external MCU [view commit](http://github.com/pyr0ball/pyr0piezo/commit/98cc387b20a6d52af0343cddd30effe4b91d37e1) + +- new major version for addressing #48 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/60e6f8d62b2bd8ed87a81bef3d61ac044e216713) + +- Exported Eagle parts library into project [view commit](http://github.com/pyr0ball/pyr0piezo/commit/6fe3abe5f077498f81701c36427d5bb6ff173c46) + +- Added blank ino file for compatibility with arduino ide [view commit](http://github.com/pyr0ball/pyr0piezo/commit/485797268932c58299642e06109ff2f74524d977) + +- Added serial feedback for trigger function [view commit](http://github.com/pyr0ball/pyr0piezo/commit/5e69da1139207792025bde533b421896a33ebb5b) + + +------------------------------------ + + *Bugfixes* + +- fixed polarity for trigger LED on DIY board [view commit](http://github.com/pyr0ball/pyr0piezo/commit/5058ba29722eecd9b2440a12f4efd08edc60d91e) + +- Adds 1 to the blinkcount integer, trying to fix #49 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/f8efc3d192da328ebaa0f9038c133dedaf4f9d0a) + +- fixed definition preventing serial response in #49 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/266ae5cd9e0748a2fb6e4283090fa64711c4e8e7) + +- Fixed config reset #54 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/8fea926ace694eebdb81a09cd86cd15ace10acbd) + +- final edit to fix #54 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/81fb71a08ab3e1fd7af7358380386a68978a1136) + + +------------------------------------ + + *Documentation Updates* + +- added documentation category to docs script [view commit](http://github.com/pyr0ball/pyr0piezo/commit/322073f0d0be24ce182ad470ad84fb66b192bf04) + +- Added some images for v2.1.2 boards [view commit](http://github.com/pyr0ball/pyr0piezo/commit/851cdbc2ba1fff399f671cb912952398802ef3b6) + +- added differentiation in docs structure between versions [view commit](http://github.com/pyr0ball/pyr0piezo/commit/d09f40e70673aff838fadfc03b78731639458eba) + +- removed redundant changelog file [view commit](http://github.com/pyr0ball/pyr0piezo/commit/215a6c3567cb58bb1afaf1f2a44073df8db39e90) + +- Updated piezo config docs with serial applications [view commit](http://github.com/pyr0ball/pyr0piezo/commit/d77ba16ccae9fd1df0dcf5fe99d10f4218b499f5) + +- Added beginning of doc explaining circuit settings [view commit](http://github.com/pyr0ball/pyr0piezo/commit/5fcdb578c912223b70448da2480370650e816dd7) + +- documentation formatting fixes [view commit](http://github.com/pyr0ball/pyr0piezo/commit/83e39f5debf331f75021ebf3e2959892d1dd3e51) + +- typo fix in docs [view commit](http://github.com/pyr0ball/pyr0piezo/commit/eeb2298bd6527a8691adcdde9871cd954ad13203) + +- renamed Eagle Files to reflect product name [view commit](http://github.com/pyr0ball/pyr0piezo/commit/95d211825643e7a5e3d456082fe428fdec855ecd) + +- Added page for PT100 RTD sensor [view commit](http://github.com/pyr0ball/pyr0piezo/commit/9445ce76cffe2bf4394f930a459baf1ddabe0ad7) + +- Added PT100 to docs site nav [view commit](http://github.com/pyr0ball/pyr0piezo/commit/6bb10d4cc6ecc801ce412a8240888de18939387e) + +- attempting to fix the discord widget in README [view commit](http://github.com/pyr0ball/pyr0piezo/commit/bf4b1a3ef00fa537d02c573a29e1e6335a3ab866) + + +------------------------------------ + + *Full Changelog* + +- analogWrite is replaced with native phase correct PWM, 4kHz 10-bit on comparator and 16kHz 8-bit on voltage follower [view commit](http://github.com/pyr0ball/pyr0piezo/commit/14032ba3252b1b75f42ded4cc6ed8a8c9dc94a59) + +- Merge pull request #38 from loredan/master [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a23ce17bbe13af5b159aff063b8219df99b783ef) + +- updated documentation for i3 mounts [view commit](http://github.com/pyr0ball/pyr0piezo/commit/f1afd523973e408dd6d566c7162a6dd84ce05e84) + +- added documentation category to docs script [view commit](http://github.com/pyr0ball/pyr0piezo/commit/322073f0d0be24ce182ad470ad84fb66b192bf04) + +- Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo [view commit](http://github.com/pyr0ball/pyr0piezo/commit/bcdeec20c7318e35f363d39f8703310db44df3e1) + +- Added some images for v2.1.2 boards [view commit](http://github.com/pyr0ball/pyr0piezo/commit/851cdbc2ba1fff399f671cb912952398802ef3b6) + +- added differentiation in docs structure between versions [view commit](http://github.com/pyr0ball/pyr0piezo/commit/d09f40e70673aff838fadfc03b78731639458eba) + +- Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo [view commit](http://github.com/pyr0ball/pyr0piezo/commit/607a20523256a70bfec6e0782c8d374e4fc6834c) + +- removed redundant changelog file [view commit](http://github.com/pyr0ball/pyr0piezo/commit/215a6c3567cb58bb1afaf1f2a44073df8db39e90) + +- Added silkscreen of board revision for EzPz [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a91f8d6848e48c98fdf76a7ffa6ba939cb41c9b0) + +- Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo [view commit](http://github.com/pyr0ball/pyr0piezo/commit/0dc3e5913e83fc537d5508505ca9ae5c48e44472) + +- Merge branch 'loredans-additions' of https://github.com/pyr0ball/pyr0piezo [view commit](http://github.com/pyr0ball/pyr0piezo/commit/b7b40be14bc98ca72fb9f895a1d7d05b4a55e05d) + +- Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo [view commit](http://github.com/pyr0ball/pyr0piezo/commit/5cbd1ae13109c612b875c751688d4a4d3493e3de) + +- Updated piezo config docs with serial applications [view commit](http://github.com/pyr0ball/pyr0piezo/commit/d77ba16ccae9fd1df0dcf5fe99d10f4218b499f5) + +- Added beginning of doc explaining circuit settings [view commit](http://github.com/pyr0ball/pyr0piezo/commit/5fcdb578c912223b70448da2480370650e816dd7) + +- documentation formatting fixes [view commit](http://github.com/pyr0ball/pyr0piezo/commit/83e39f5debf331f75021ebf3e2959892d1dd3e51) + +- typo fix in docs [view commit](http://github.com/pyr0ball/pyr0piezo/commit/eeb2298bd6527a8691adcdde9871cd954ad13203) + +- added piezo-disk carrier boards by request [view commit](http://github.com/pyr0ball/pyr0piezo/commit/0655da487ecc244ba4df18fe941a994796f60695) + +- pull before push [view commit](http://github.com/pyr0ball/pyr0piezo/commit/f38b559da85933daae14679d3e7a6b02086cadcd) + +- pull before push [view commit](http://github.com/pyr0ball/pyr0piezo/commit/b0225496a4cce878bb54ccbb0a713fd7f8ab78e3) + +- Created DIY standalone board for use with external MCU [view commit](http://github.com/pyr0ball/pyr0piezo/commit/98cc387b20a6d52af0343cddd30effe4b91d37e1) + +- fixed polarity for trigger LED on DIY board [view commit](http://github.com/pyr0ball/pyr0piezo/commit/5058ba29722eecd9b2440a12f4efd08edc60d91e) + +- Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo [view commit](http://github.com/pyr0ball/pyr0piezo/commit/884d65690a451189327394686514dcd56b728eb8) + +- renamed Eagle Files to reflect product name [view commit](http://github.com/pyr0ball/pyr0piezo/commit/95d211825643e7a5e3d456082fe428fdec855ecd) + +- Added page for PT100 RTD sensor [view commit](http://github.com/pyr0ball/pyr0piezo/commit/9445ce76cffe2bf4394f930a459baf1ddabe0ad7) + +- Added PT100 to docs site nav [view commit](http://github.com/pyr0ball/pyr0piezo/commit/6bb10d4cc6ecc801ce412a8240888de18939387e) + +- attempting to fix the discord widget in README [view commit](http://github.com/pyr0ball/pyr0piezo/commit/bf4b1a3ef00fa537d02c573a29e1e6335a3ab866) + +- new major version for addressing #48 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/60e6f8d62b2bd8ed87a81bef3d61ac044e216713) + +- Adds 1 to the blinkcount integer, trying to fix #49 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/f8efc3d192da328ebaa0f9038c133dedaf4f9d0a) + +- fixed definition preventing serial response in #49 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/266ae5cd9e0748a2fb6e4283090fa64711c4e8e7) + +- Fix clearing stored config on restore [view commit](http://github.com/pyr0ball/pyr0piezo/commit/62770a65d88a3d8197709fa4a2b2e1cc7ca96f90) + +- Merge pull request #51 from foodbandlt/bugfix [view commit](http://github.com/pyr0ball/pyr0piezo/commit/db1215db9393e0cf4d0633f1670ccbf964da04df) + +- Exported Eagle parts library into project [view commit](http://github.com/pyr0ball/pyr0piezo/commit/6fe3abe5f077498f81701c36427d5bb6ff173c46) + +- Merge branch 'loredans-additions' of https://github.com/pyr0ball/pyr0piezo into loredans-additions [view commit](http://github.com/pyr0ball/pyr0piezo/commit/48fe419943d50ff236114488d5093e0ab0c4debe) + +- Merge pull request #53 from pyr0ball/loredans-additions [view commit](http://github.com/pyr0ball/pyr0piezo/commit/9e2862ca08cca46b1dad322688522deb658b7231) + +- Added blank ino file for compatibility with arduino ide [view commit](http://github.com/pyr0ball/pyr0piezo/commit/485797268932c58299642e06109ff2f74524d977) + +- added avrdude.conf for terminal uploading [view commit](http://github.com/pyr0ball/pyr0piezo/commit/16ccd72a5dfe60e59260d5476282e1fc0899d7f5) + +- Fixed config reset #54 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/8fea926ace694eebdb81a09cd86cd15ace10acbd) + +- Merge pull request #55 from loredan/master [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a0cc8b4ac7737078552edbe789e26022931d8975) + +- Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a09a5c8e4ed55cef0112e917648af3d6cc2fda86) + +- final edit to fix #54 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/81fb71a08ab3e1fd7af7358380386a68978a1136) + +- Added serial feedback for trigger function [view commit](http://github.com/pyr0ball/pyr0piezo/commit/5e69da1139207792025bde533b421896a33ebb5b) + +- Fix EEPROM saving issue when issuing a RESET command via a serial terminal. [view commit](http://github.com/pyr0ball/pyr0piezo/commit/22d4535e79e09416c48ec0bdbb3e18b1c3ea3430) + +- Update .gitignore [view commit](http://github.com/pyr0ball/pyr0piezo/commit/13d8b32b59bb481768c44eed08d2fb6476c72a4b) + +- Update .gitignore [view commit](http://github.com/pyr0ball/pyr0piezo/commit/7cdb535fdfc5b6280eab2265c2807bb9298b60f7) + +- 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](http://github.com/pyr0ball/pyr0piezo/commit/0e7862c3c48773e81af0f31992e36e410a1f1e11) + +- Merge pull request #57 from klcjr89/master [view commit](http://github.com/pyr0ball/pyr0piezo/commit/61d7bd659bdc3324dff53e47b6d58ed32182418c) + +- Finish implementing digitalWriteFast to save MCU cycles. [view commit](http://github.com/pyr0ball/pyr0piezo/commit/97296db236e83a17a12608afe66667b085a1376f) + +- Code change implements analogReadFast, which reduces the read time of an anolog pin from 112 µS down to 21 µS. [view commit](http://github.com/pyr0ball/pyr0piezo/commit/eb052133a3e8ff98adfc93e52984e0c1b626b0d0) + +- Merge pull request #58 from klcjr89/master [view commit](http://github.com/pyr0ball/pyr0piezo/commit/98c2f0ff8d076e0a49ced19b44f48bc967a30465) + +- Merge pull request #59, implement "fast" pin operations [view commit](http://github.com/pyr0ball/pyr0piezo/commit/bcc7b254848091533b7deb3d211f6bcc399fe6ba) + + ------------------------------------ diff --git a/docs/changelogs/changelog_2019-10-30_v2.1.4_v2.1.5.md b/docs/changelogs/changelog_2019-10-30_v2.1.4_v2.1.5.md new file mode 100644 index 0000000..1d977f8 --- /dev/null +++ b/docs/changelogs/changelog_2019-10-30_v2.1.4_v2.1.5.md @@ -0,0 +1,169 @@ +###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](http://github.com/pyr0ball/pyr0piezo/commit/a91f8d6848e48c98fdf76a7ffa6ba939cb41c9b0) + +- added piezo-disk carrier boards by request [view commit](http://github.com/pyr0ball/pyr0piezo/commit/0655da487ecc244ba4df18fe941a994796f60695) + +- Created DIY standalone board for use with external MCU [view commit](http://github.com/pyr0ball/pyr0piezo/commit/98cc387b20a6d52af0343cddd30effe4b91d37e1) + +- new major version for addressing #48 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/60e6f8d62b2bd8ed87a81bef3d61ac044e216713) + +- Exported Eagle parts library into project [view commit](http://github.com/pyr0ball/pyr0piezo/commit/6fe3abe5f077498f81701c36427d5bb6ff173c46) + +- Added blank ino file for compatibility with arduino ide [view commit](http://github.com/pyr0ball/pyr0piezo/commit/485797268932c58299642e06109ff2f74524d977) + +- Added serial feedback for trigger function [view commit](http://github.com/pyr0ball/pyr0piezo/commit/5e69da1139207792025bde533b421896a33ebb5b) + + +------------------------------------ + +#### Bugfixes + +- fixed polarity for trigger LED on DIY board [view commit](http://github.com/pyr0ball/pyr0piezo/commit/5058ba29722eecd9b2440a12f4efd08edc60d91e) + +- Adds 1 to the blinkcount integer, trying to fix #49 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/f8efc3d192da328ebaa0f9038c133dedaf4f9d0a) + +- fixed definition preventing serial response in #49 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/266ae5cd9e0748a2fb6e4283090fa64711c4e8e7) + +- Fixed config reset #54 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/8fea926ace694eebdb81a09cd86cd15ace10acbd) + +- final edit to fix #54 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/81fb71a08ab3e1fd7af7358380386a68978a1136) + + +------------------------------------ + +#### Documentation Updates + +- added documentation category to docs script [view commit](http://github.com/pyr0ball/pyr0piezo/commit/322073f0d0be24ce182ad470ad84fb66b192bf04) + +- Added some images for v2.1.2 boards [view commit](http://github.com/pyr0ball/pyr0piezo/commit/851cdbc2ba1fff399f671cb912952398802ef3b6) + +- added differentiation in docs structure between versions [view commit](http://github.com/pyr0ball/pyr0piezo/commit/d09f40e70673aff838fadfc03b78731639458eba) + +- removed redundant changelog file [view commit](http://github.com/pyr0ball/pyr0piezo/commit/215a6c3567cb58bb1afaf1f2a44073df8db39e90) + +- Updated piezo config docs with serial applications [view commit](http://github.com/pyr0ball/pyr0piezo/commit/d77ba16ccae9fd1df0dcf5fe99d10f4218b499f5) + +- Added beginning of doc explaining circuit settings [view commit](http://github.com/pyr0ball/pyr0piezo/commit/5fcdb578c912223b70448da2480370650e816dd7) + +- documentation formatting fixes [view commit](http://github.com/pyr0ball/pyr0piezo/commit/83e39f5debf331f75021ebf3e2959892d1dd3e51) + +- typo fix in docs [view commit](http://github.com/pyr0ball/pyr0piezo/commit/eeb2298bd6527a8691adcdde9871cd954ad13203) + +- renamed Eagle Files to reflect product name [view commit](http://github.com/pyr0ball/pyr0piezo/commit/95d211825643e7a5e3d456082fe428fdec855ecd) + +- Added page for PT100 RTD sensor [view commit](http://github.com/pyr0ball/pyr0piezo/commit/9445ce76cffe2bf4394f930a459baf1ddabe0ad7) + +- Added PT100 to docs site nav [view commit](http://github.com/pyr0ball/pyr0piezo/commit/6bb10d4cc6ecc801ce412a8240888de18939387e) + +- attempting to fix the discord widget in README [view commit](http://github.com/pyr0ball/pyr0piezo/commit/bf4b1a3ef00fa537d02c573a29e1e6335a3ab866) + + +------------------------------------ + +#### Full Changelog + +- analogWrite is replaced with native phase correct PWM, 4kHz 10-bit on comparator and 16kHz 8-bit on voltage follower [view commit](http://github.com/pyr0ball/pyr0piezo/commit/14032ba3252b1b75f42ded4cc6ed8a8c9dc94a59) + +- Merge pull request #38 from loredan/master [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a23ce17bbe13af5b159aff063b8219df99b783ef) + +- updated documentation for i3 mounts [view commit](http://github.com/pyr0ball/pyr0piezo/commit/f1afd523973e408dd6d566c7162a6dd84ce05e84) + +- added documentation category to docs script [view commit](http://github.com/pyr0ball/pyr0piezo/commit/322073f0d0be24ce182ad470ad84fb66b192bf04) + +- Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo [view commit](http://github.com/pyr0ball/pyr0piezo/commit/bcdeec20c7318e35f363d39f8703310db44df3e1) + +- Added some images for v2.1.2 boards [view commit](http://github.com/pyr0ball/pyr0piezo/commit/851cdbc2ba1fff399f671cb912952398802ef3b6) + +- added differentiation in docs structure between versions [view commit](http://github.com/pyr0ball/pyr0piezo/commit/d09f40e70673aff838fadfc03b78731639458eba) + +- Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo [view commit](http://github.com/pyr0ball/pyr0piezo/commit/607a20523256a70bfec6e0782c8d374e4fc6834c) + +- removed redundant changelog file [view commit](http://github.com/pyr0ball/pyr0piezo/commit/215a6c3567cb58bb1afaf1f2a44073df8db39e90) + +- Added silkscreen of board revision for EzPz [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a91f8d6848e48c98fdf76a7ffa6ba939cb41c9b0) + +- Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo [view commit](http://github.com/pyr0ball/pyr0piezo/commit/0dc3e5913e83fc537d5508505ca9ae5c48e44472) + +- Merge branch 'loredans-additions' of https://github.com/pyr0ball/pyr0piezo [view commit](http://github.com/pyr0ball/pyr0piezo/commit/b7b40be14bc98ca72fb9f895a1d7d05b4a55e05d) + +- Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo [view commit](http://github.com/pyr0ball/pyr0piezo/commit/5cbd1ae13109c612b875c751688d4a4d3493e3de) + +- Updated piezo config docs with serial applications [view commit](http://github.com/pyr0ball/pyr0piezo/commit/d77ba16ccae9fd1df0dcf5fe99d10f4218b499f5) + +- Added beginning of doc explaining circuit settings [view commit](http://github.com/pyr0ball/pyr0piezo/commit/5fcdb578c912223b70448da2480370650e816dd7) + +- documentation formatting fixes [view commit](http://github.com/pyr0ball/pyr0piezo/commit/83e39f5debf331f75021ebf3e2959892d1dd3e51) + +- typo fix in docs [view commit](http://github.com/pyr0ball/pyr0piezo/commit/eeb2298bd6527a8691adcdde9871cd954ad13203) + +- added piezo-disk carrier boards by request [view commit](http://github.com/pyr0ball/pyr0piezo/commit/0655da487ecc244ba4df18fe941a994796f60695) + +- pull before push [view commit](http://github.com/pyr0ball/pyr0piezo/commit/f38b559da85933daae14679d3e7a6b02086cadcd) + +- pull before push [view commit](http://github.com/pyr0ball/pyr0piezo/commit/b0225496a4cce878bb54ccbb0a713fd7f8ab78e3) + +- Created DIY standalone board for use with external MCU [view commit](http://github.com/pyr0ball/pyr0piezo/commit/98cc387b20a6d52af0343cddd30effe4b91d37e1) + +- fixed polarity for trigger LED on DIY board [view commit](http://github.com/pyr0ball/pyr0piezo/commit/5058ba29722eecd9b2440a12f4efd08edc60d91e) + +- Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo [view commit](http://github.com/pyr0ball/pyr0piezo/commit/884d65690a451189327394686514dcd56b728eb8) + +- renamed Eagle Files to reflect product name [view commit](http://github.com/pyr0ball/pyr0piezo/commit/95d211825643e7a5e3d456082fe428fdec855ecd) + +- Added page for PT100 RTD sensor [view commit](http://github.com/pyr0ball/pyr0piezo/commit/9445ce76cffe2bf4394f930a459baf1ddabe0ad7) + +- Added PT100 to docs site nav [view commit](http://github.com/pyr0ball/pyr0piezo/commit/6bb10d4cc6ecc801ce412a8240888de18939387e) + +- attempting to fix the discord widget in README [view commit](http://github.com/pyr0ball/pyr0piezo/commit/bf4b1a3ef00fa537d02c573a29e1e6335a3ab866) + +- new major version for addressing #48 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/60e6f8d62b2bd8ed87a81bef3d61ac044e216713) + +- Adds 1 to the blinkcount integer, trying to fix #49 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/f8efc3d192da328ebaa0f9038c133dedaf4f9d0a) + +- fixed definition preventing serial response in #49 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/266ae5cd9e0748a2fb6e4283090fa64711c4e8e7) + +- Fix clearing stored config on restore [view commit](http://github.com/pyr0ball/pyr0piezo/commit/62770a65d88a3d8197709fa4a2b2e1cc7ca96f90) + +- Merge pull request #51 from foodbandlt/bugfix [view commit](http://github.com/pyr0ball/pyr0piezo/commit/db1215db9393e0cf4d0633f1670ccbf964da04df) + +- Exported Eagle parts library into project [view commit](http://github.com/pyr0ball/pyr0piezo/commit/6fe3abe5f077498f81701c36427d5bb6ff173c46) + +- Merge branch 'loredans-additions' of https://github.com/pyr0ball/pyr0piezo into loredans-additions [view commit](http://github.com/pyr0ball/pyr0piezo/commit/48fe419943d50ff236114488d5093e0ab0c4debe) + +- Merge pull request #53 from pyr0ball/loredans-additions [view commit](http://github.com/pyr0ball/pyr0piezo/commit/9e2862ca08cca46b1dad322688522deb658b7231) + +- Added blank ino file for compatibility with arduino ide [view commit](http://github.com/pyr0ball/pyr0piezo/commit/485797268932c58299642e06109ff2f74524d977) + +- added avrdude.conf for terminal uploading [view commit](http://github.com/pyr0ball/pyr0piezo/commit/16ccd72a5dfe60e59260d5476282e1fc0899d7f5) + +- Fixed config reset #54 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/8fea926ace694eebdb81a09cd86cd15ace10acbd) + +- Merge pull request #55 from loredan/master [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a0cc8b4ac7737078552edbe789e26022931d8975) + +- Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo [view commit](http://github.com/pyr0ball/pyr0piezo/commit/a09a5c8e4ed55cef0112e917648af3d6cc2fda86) + +- final edit to fix #54 [view commit](http://github.com/pyr0ball/pyr0piezo/commit/81fb71a08ab3e1fd7af7358380386a68978a1136) + +- Added serial feedback for trigger function [view commit](http://github.com/pyr0ball/pyr0piezo/commit/5e69da1139207792025bde533b421896a33ebb5b) + +- Fix EEPROM saving issue when issuing a RESET command via a serial terminal. [view commit](http://github.com/pyr0ball/pyr0piezo/commit/22d4535e79e09416c48ec0bdbb3e18b1c3ea3430) + +- Update .gitignore [view commit](http://github.com/pyr0ball/pyr0piezo/commit/13d8b32b59bb481768c44eed08d2fb6476c72a4b) + +- Update .gitignore [view commit](http://github.com/pyr0ball/pyr0piezo/commit/7cdb535fdfc5b6280eab2265c2807bb9298b60f7) + +- 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](http://github.com/pyr0ball/pyr0piezo/commit/0e7862c3c48773e81af0f31992e36e410a1f1e11) + +- Merge pull request #57 from klcjr89/master [view commit](http://github.com/pyr0ball/pyr0piezo/commit/61d7bd659bdc3324dff53e47b6d58ed32182418c) + +- Finish implementing digitalWriteFast to save MCU cycles. [view commit](http://github.com/pyr0ball/pyr0piezo/commit/97296db236e83a17a12608afe66667b085a1376f) + +- Code change implements analogReadFast, which reduces the read time of an anolog pin from 112 µS down to 21 µS. [view commit](http://github.com/pyr0ball/pyr0piezo/commit/eb052133a3e8ff98adfc93e52984e0c1b626b0d0) + +- Merge pull request #58 from klcjr89/master [view commit](http://github.com/pyr0ball/pyr0piezo/commit/98c2f0ff8d076e0a49ced19b44f48bc967a30465) + +- Merge pull request #59, implement "fast" pin operations [view commit](http://github.com/pyr0ball/pyr0piezo/commit/bcc7b254848091533b7deb3d211f6bcc399fe6ba) + diff --git a/mkdocs.yml b/mkdocs.yml index 474f8f1..822f4c4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -87,6 +87,7 @@ nav: - Changelog: - Version List: 'changelog.md' - Logs: + - 'v2.1.4-v2.1.5': 'changelogs/changelog_2019-10-30_v2.1.4_v2.1.5.md' - 'v2.1.3-v2.1.4': 'changelogs/changelog_2019-10-09_v2.1.3_v2.1.4.md' - 'v2.1.2-v2.1.3': 'changelogs/changelog_2019-09-25_v2.1.2_v2.1.3.md' - 'v2.1.1-v2.1.2': 'changelogs/changelog_2019-08-15_v2.1.1_v2.1.2.md' From 024c6f79111242985d1ce0a0b3ad4358f0d885bf Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Tue, 5 Nov 2019 11:30:10 -0800 Subject: [PATCH 2/5] Fixed width of thermals on singledisk adapter #bugfix --- .../Pyr0-Piezo_SingleDisk_Adapter.brd | 40 +++++++++++++------ 1 file changed, 28 insertions(+), 12 deletions(-) diff --git a/Eagle_Files/PiezoDisk-PCB/Pyr0-Piezo_SingleDisk_Adapter.brd b/Eagle_Files/PiezoDisk-PCB/Pyr0-Piezo_SingleDisk_Adapter.brd index bb34d48..acde39a 100644 --- a/Eagle_Files/PiezoDisk-PCB/Pyr0-Piezo_SingleDisk_Adapter.brd +++ b/Eagle_Files/PiezoDisk-PCB/Pyr0-Piezo_SingleDisk_Adapter.brd @@ -6,7 +6,7 @@ - + @@ -171,18 +171,34 @@ - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -322,7 +338,7 @@ - + <b>EAGLE Design Rules</b> <p> Die Standard-Design-Rules sind so gewählt, dass sie für @@ -394,7 +410,7 @@ design rules under a new name. - + @@ -532,7 +548,7 @@ design rules under a new name. - + @@ -542,7 +558,7 @@ design rules under a new name. - + From 041836b40b0e0d6fce617c9f73365e8ca9ecb076 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Tue, 5 Nov 2019 16:48:38 -0800 Subject: [PATCH 3/5] Fixed pad thermals, added url, fixed logo #bugfix --- Eagle_Files/EasyPiezi/EasyPiezi_2.2.0.brd | 6047 ++++++++++++++++++++- Eagle_Files/EasyPiezi/EasyPiezi_2.2.0.sch | 141 +- 2 files changed, 6071 insertions(+), 117 deletions(-) diff --git a/Eagle_Files/EasyPiezi/EasyPiezi_2.2.0.brd b/Eagle_Files/EasyPiezi/EasyPiezi_2.2.0.brd index 0a7c61f..5750fe2 100644 --- a/Eagle_Files/EasyPiezi/EasyPiezi_2.2.0.brd +++ b/Eagle_Files/EasyPiezi/EasyPiezi_2.2.0.brd @@ -6,7 +6,7 @@ - + @@ -173,7 +173,7 @@ --+ -PZ1 +PZ1 @@ -192,7 +192,8 @@ SCL SDA -EasyPiezi v2.1.2 +EasyPiezi v2.2.0 +docs.pyroballpcbs.com @@ -480,7 +481,5927 @@ >VALUE >TP_SIGNAL_NAME - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1336,10 +7257,10 @@ design rules under a new name. - - - - + + + + @@ -1347,8 +7268,8 @@ design rules under a new name. - - + + @@ -1410,10 +7331,10 @@ design rules under a new name. - - - - + + + + @@ -1473,7 +7394,7 @@ design rules under a new name. - + @@ -1495,13 +7416,13 @@ design rules under a new name. - - - - + + + + - + @@ -1545,7 +7466,7 @@ design rules under a new name. - + @@ -1557,7 +7478,7 @@ design rules under a new name. - + @@ -1600,7 +7521,6 @@ design rules under a new name. - @@ -1608,7 +7528,42 @@ design rules under a new name. - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1846,9 +7801,8 @@ design rules under a new name. - - - + + @@ -1927,8 +7881,9 @@ design rules under a new name. - - + + + @@ -1966,11 +7921,9 @@ design rules under a new name. - - - - - + + + @@ -2060,11 +8013,10 @@ design rules under a new name. - - - - + + + @@ -2181,8 +8133,9 @@ design rules under a new name. - - + + + @@ -2223,9 +8176,9 @@ design rules under a new name. - + - + @@ -2422,13 +8375,13 @@ design rules under a new name. - - - + + + - - + + diff --git a/Eagle_Files/EasyPiezi/EasyPiezi_2.2.0.sch b/Eagle_Files/EasyPiezi/EasyPiezi_2.2.0.sch index 77bbd6a..e698b6b 100644 --- a/Eagle_Files/EasyPiezi/EasyPiezi_2.2.0.sch +++ b/Eagle_Files/EasyPiezi/EasyPiezi_2.2.0.sch @@ -6,7 +6,7 @@ - + @@ -581,18 +581,6 @@ - -Chip, 2.00 X 1.25 X 1.30 mm body -<p>Chip package with body size 2.00 X 1.25 X 1.30 mm</p> - - - - - - ->NAME ->VALUE - <b>Ceramic Chip Capacitor KEMET 0603 reflow solder</b><p> Metric Code Size 1608 @@ -1101,46 +1089,6 @@ Metric Code Size 1608 >NAME >VALUE - -<b>Small Outline Package 14</b> - - - - - - - - - - - - - - - - - - - - - ->NAME ->VALUE - - - - - - - - - - - - - - - <b>Small Shrink Outline Package</b> @@ -2099,6 +2047,59 @@ https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10104320.pdf + +Chip, 2.00 X 1.25 X 1.30 mm body +<p>Chip package with body size 2.00 X 1.25 X 1.30 mm</p> + + + + + + +>NAME +>VALUE + + +<b>Small Outline Package 14</b> + + + + + + + + + + + + + + + + + + + + + + +>NAME +>VALUE + + + + + + + + + + + + + + + @@ -2194,13 +2195,6 @@ https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10104320.pdf - -Chip, 2.00 X 1.25 X 1.30 mm body -<p>Chip package with body size 2.00 X 1.25 X 1.30 mm</p> - - - - <b>Ceramic Chip Capacitor KEMET 0603 reflow solder</b><p> Metric Code Size 1608 @@ -2491,12 +2485,6 @@ Metric Code Size 1608 - -Small Outline Package 14 - - - - Small Shrink Outline Package @@ -2639,6 +2627,19 @@ https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10104320.pdf + +Chip, 2.00 X 1.25 X 1.30 mm body +<p>Chip package with body size 2.00 X 1.25 X 1.30 mm</p> + + + + + +<b>Small Outline Package 14</b> + + + + @@ -3335,7 +3336,7 @@ wire to board 1.25 mm (.049 inch) pitch header - + 302010178 @@ -3347,7 +3348,7 @@ wire to board 1.25 mm (.049 inch) pitch header - + @@ -4120,7 +4121,7 @@ wire to board 1.25 mm (.049 inch) pitch header - + <b>Low power quad operational amplifier</b><p> Source: <a href="http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/DATASHEET/CD00000533.pdf"> Data sgeet </a> @@ -4173,7 +4174,7 @@ Source: <a href="http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL - + From 4f3558b79198da40932a678d410cca57b1e0d801 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Tue, 12 Nov 2019 17:51:25 -0800 Subject: [PATCH 4/5] removed file that shouldn't be tracked --- .../.vscode/c_cpp_properties.json | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/c_cpp_properties.json diff --git a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/c_cpp_properties.json b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/c_cpp_properties.json deleted file mode 100644 index cea90cc..0000000 --- a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "configurations": [ - { - "name": "Win32", - "includePath": [ - "${HOME}\\AppData\\Local\\Arduino15\\packages\\MiniCore\\hardware\\avr\\2.0.3\\**", - "${workspaceFolder}\\**", - "D:\\Arduino\\**" - ], - "defines": [ - "_DEBUG", - "UNICODE", - "_UNICODE" - ], - "compilerPath": "C:\\Program Files\\LLVM\\bin\\clang.exe", - "cStandard": "c11", - "cppStandard": "c++17", - "intelliSenseMode": "clang-x64", - "forcedInclude": [] - } - ], - "version": 4 -} \ No newline at end of file From bc2de746b469d2f04452b55baafd523cc7e335da Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Tue, 12 Nov 2019 18:19:54 -0800 Subject: [PATCH 5/5] slight edit to platformio.ini, added dependencies --- .../Pyr0_Piezo_Sensor_v2.x.x/platformio.ini | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/platformio.ini b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/platformio.ini index e6e49ba..715165e 100644 --- a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/platformio.ini +++ b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/platformio.ini @@ -8,19 +8,24 @@ ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html +[platformio] +default_envs = ATmega328PB + [env:ATmega88P] platform = atmelavr board = ATmega88P framework = arduino +lib_deps = Arduino upload_protocol = stk500v1 ; each flag in a new line upload_flags = -P$UPLOAD_PORT -b$UPLOAD_SPEED + -fmax_errors=5 ; edit these lines -upload_port = COM4 -upload_speed = 19200 +; upload_port = COM4 +upload_speed = 38400 board_build.f_cpu = 8000000L board_fuses.lfuse = "0xE2" @@ -31,14 +36,16 @@ board_fuses.efuse = "0xF9" platform = atmelavr board = ATmega328PB framework = arduino +lib_deps = Arduino upload_protocol = stk500v1 ; each flag in a new line upload_flags = -P$UPLOAD_PORT -b$UPLOAD_SPEED + -fmax_errors=5 ; edit these lines -upload_port = COM4 -upload_speed = 19200 +;upload_port = COM4 +upload_speed = 38400 board_build.f_cpu = 8000000L \ No newline at end of file