Commit graph

549 commits

Author SHA1 Message Date
Alan Weinstock
98c2f0ff8d
Merge pull request #58 from klcjr89/master
Finish implementing digitalWriteFast to save MCU cycles.
2019-10-30 13:15:41 -07:00
Ken
eb052133a3 Code change implements analogReadFast, which reduces the read time of an anolog pin from 112 µS down to 21 µS. 2019-10-30 15:42:45 -04:00
Ken
97296db236 Finish implementing digitalWriteFast to save MCU cycles.
Moved Serial.begin to be after the call to attachInterrupt for code clarity.
2019-10-30 14:33:15 -04:00
Alan Weinstock
61d7bd659b
Merge pull request #57 from klcjr89/master
Fix EEPROM saving issue when issuing a RESET command via a serial ter…
2019-10-30 09:56:26 -07:00
Ken
0e7862c3c4 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. 2019-10-30 02:00:36 -04:00
Ken
7cdb535fdf Update .gitignore 2019-10-30 01:26:39 -04:00
Ken
13d8b32b59 Update .gitignore 2019-10-30 01:06:44 -04:00
Ken
22d4535e79 Fix EEPROM saving issue when issuing a RESET command via a serial terminal. 2019-10-30 01:00:35 -04:00
5e69da1139 Added serial feedback for trigger function #featureadd 2019-10-29 16:49:29 -07:00
81fb71a08a final edit to fix #54 #bugfix 2019-10-29 15:47:23 -07:00
a09a5c8e4e Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo 2019-10-29 15:45:43 -07:00
Alan Weinstock
a0cc8b4ac7
Merge pull request #55 from loredan/master
Partial fix for #54 

requires one other edit to fix the bug completely, merging for now and will fix after
2019-10-29 15:44:58 -07:00
Vsevolod Merenkov
8fea926ace Fixed config reset #54 #bugfix 2019-10-30 00:54:14 +03:00
16ccd72a5d added avrdude.conf for terminal uploading 2019-10-29 13:44:24 -07:00
4857972689 Added blank ino file for compatibility with arduino ide #featureadd 2019-10-29 13:43:55 -07:00
Alan Weinstock
9e2862ca08
Merge pull request #53 from pyr0ball/loredans-additions
Accidental alternate branch merge
2019-10-29 10:08:20 -07:00
48fe419943 Merge branch 'loredans-additions' of https://github.com/pyr0ball/pyr0piezo into loredans-additions 2019-10-29 10:05:54 -07:00
6fe3abe5f0 Exported Eagle parts library into project #featureadd
- stopgap for https://github.com/pyr0ball/pyr0piezo/issues/52
2019-10-29 10:04:52 -07:00
Alan Weinstock
db1215db93
Merge pull request #51 from foodbandlt/bugfix
Fix clearing stored config on restore
2019-10-28 08:29:43 -07:00
Foodbandlt
62770a65d8 Fix clearing stored config on restore 2019-10-28 00:40:50 -04:00
266ae5cd9e fixed definition preventing serial response in #49 #bugfix 2019-10-27 16:47:30 -07:00
f8efc3d192 Adds 1 to the blinkcount integer, trying to fix #49 #bugfix 2019-10-25 21:18:33 -07:00
60e6f8d62b new major version for addressing #48 #featureadd
- Swapped PZ1 input header from 2pin to 3pin
 - Attached PZ_DET to PC2/PCINT10
2019-10-25 12:29:11 -07:00
bf4b1a3ef0 attempting to fix the discord widget in README #docs 2019-10-24 02:21:40 -07:00
6bb10d4cc6 Added PT100 to docs site nav #docs 2019-10-24 01:43:00 -07:00
9445ce76cf Added page for PT100 RTD sensor #docs
- Starts work on https://github.com/pyr0ball/pyr0piezo/issues/44
2019-10-24 01:38:50 -07:00
95d2118256 renamed Eagle Files to reflect product name #docs 2019-10-24 01:22:18 -07:00
884d65690a Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo 2019-10-24 01:15:06 -07:00
5058ba2972 fixed polarity for trigger LED on DIY board #bugfix 2019-10-16 12:40:02 -07:00
98cc387b20 Created DIY standalone board for use with external MCU #featureadd
- Starts work on https://github.com/pyr0ball/pyr0piezo/issues/46
2019-10-16 12:18:10 -07:00
b0225496a4 pull before push 2019-10-15 12:16:58 -07:00
f38b559da8 pull before push 2019-10-15 12:16:26 -07:00
0655da487e added piezo-disk carrier boards by request #featureadd 2019-10-15 12:15:19 -07:00
eeb2298bd6 typo fix in docs #docs 2019-10-15 12:14:39 -07:00
83e39f5deb documentation formatting fixes #docs 2019-10-11 17:22:59 -07:00
5fcdb578c9 Added beginning of doc explaining circuit settings #docs
- begin work on https://github.com/pyr0ball/pyr0piezo/issues/45
2019-10-11 17:20:28 -07:00
d77ba16cca Updated piezo config docs with serial applications #docs 2019-10-11 15:54:18 -07:00
5cbd1ae131 Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo 2019-10-11 11:05:55 -07:00
b7b40be14b Merge branch 'loredans-additions' of https://github.com/pyr0ball/pyr0piezo 2019-10-11 11:05:50 -07:00
0dc3e5913e Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo 2019-10-10 20:41:00 -07:00
a91f8d6848 Added silkscreen of board revision for EzPz #featureadd
- fixes https://github.com/pyr0ball/pyr0piezo/issues/39
2019-10-10 20:40:04 -07:00
215a6c3567 removed redundant changelog file #docs 2019-10-10 20:12:00 -07:00
607a205232 Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo 2019-10-10 19:48:49 -07:00
d09f40e706 added differentiation in docs structure between versions #docs 2019-10-10 19:48:09 -07:00
851cdbc2ba Added some images for v2.1.2 boards #docs 2019-10-10 18:22:32 -07:00
bcdeec20c7 Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo 2019-10-10 18:21:25 -07:00
322073f0d0 added documentation category to docs script #docs
also fixed a couple of minor text errors
2019-10-09 21:22:22 -07:00
f1afd52397 updated documentation for i3 mounts 2019-10-09 20:44:02 -07:00
Alan Weinstock
a23ce17bbe
Merge pull request #38 from loredan/master
Higher frequency PWM, allows for smaller caps to be used for LPF
2019-10-09 11:07:22 -07:00
e5e1458391 Firmware shipped with Beta2 (v2.1.0) #changelog 2019-10-08 20:59:29 -07:00