Commit graph

380 commits

Author SHA1 Message Date
539e5d1411 added verbose output to PIO build flags 2020-01-06 11:28:12 -08:00
568dc93311 fixed missing semicolon #bugfix 2020-01-02 16:03:12 -08:00
49bfe7663b changed compiler to include help message only on 328pb #bugfix 2020-01-02 15:25:30 -08:00
a9d928833a fixed logic level change not taking effect til trigger #bugfix 2019-12-31 15:48:25 -08:00
e668988f3e added instructions for PZDET and LOGIC to main.cpp #docs 2019-12-31 15:47:52 -08:00
c30905bd74 fixed logic and pzdet inputs #bugfix 2019-12-31 15:30:21 -08:00
d903a8a4f3 removed bad merge lines 2019-12-31 15:28:40 -08:00
79f0d657da fixed platformio.ini to allow build and upload directly #bugfix 2019-12-31 15:09:51 -08:00
30999ed4a8 Updated changelog #docs 2019-12-28 03:47:24 -08:00
881940c217 Added piezo disk connection detection #featureadd
- First implementation for #46
2019-12-28 03:32:10 -08:00
2e4cf0ce58 Revert "fixed accidental reversal of gain adjust #oops"
This reverts commit 3dcadb5e4e.
2019-12-18 16:32:08 -08:00
3dcadb5e4e fixed accidental reversal of gain adjust #oops 2019-12-18 16:20:35 -08:00
4076423e1b fixing serial input not taking effect immediately #bugfix
Not a complete fix, still needs work
2019-12-18 16:12:44 -08:00
d30c60639c Merge branch 'develop' of https://github.com/pyr0ball/pyr0piezo into develop 2019-12-18 15:38:06 -08:00
Alan Weinstock
ecd472d80f
Merge pull request #63 from loredan/master
Fix for gain adjustment
2019-12-18 15:37:41 -08:00
7577694208 Merge branch 'develop' of https://github.com/pyr0ball/pyr0piezo into develop 2019-12-12 16:46:27 -08:00
Vsevolod Merenkov
94e2c12795 Fix for gain adjustment #bugfix 2019-11-26 23:31:46 +03:00
Vsevolod Merenkov
e0ebe53efc Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo 2019-11-26 23:16:56 +03:00
Vsevolod Merenkov
0d73cc55ef ignore 2019-11-26 23:14:06 +03:00
5b8c409c10 Adds support for inverting trigger logic. #featureadd
- Addresses #61
2019-11-12 18:25:14 -08:00
407c9834d1 Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo into develop 2019-11-12 18:24:35 -08:00
bc2de746b4 slight edit to platformio.ini, added dependencies 2019-11-12 18:19:54 -08:00
4f3558b791 removed file that shouldn't be tracked 2019-11-12 17:51:25 -08:00
6455054446 Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo into develop 2019-11-06 17:43:16 -08:00
cd3503beb3 Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo 2019-11-06 14:07:47 -08:00
041836b40b Fixed pad thermals, added url, fixed logo #bugfix 2019-11-05 16:48:38 -08:00
024c6f7911 Fixed width of thermals on singledisk adapter #bugfix 2019-11-05 11:30:10 -08:00
Alan Weinstock
9ae410f011
Merge pull request #60 from klcjr89/master
Change in terminology for setting EEPROM to defaults within the code
2019-11-04 13:27:49 -08:00
Ken
106e6c85c3 These code changes are for resetting the config values to the default values by issuing the ERASE word via a serial terminal.
This change was made for clarity sake, as ERASE stands out more than the previous RESET word, which could be mistaken for just rebooting the board.
2019-10-31 01:33:13 -04:00
5d72861a36 Documentation update for v2.1.5 #docs 2019-10-30 18:54:50 -07:00
Alan Weinstock
bcc7b25484
Merge pull request #59, implement "fast" pin operations
Tested and confirmed working by both myself and @foodbandlt, merging to master
2019-10-30 18:50:21 -07:00
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