Commit graph

133 commits

Author SHA1 Message Date
74eabff950 fixed string concatentate issue on version_git.py #bugfix 2020-05-10 14:22:01 -07:00
a44ed2556f fixed incorrect annotation on one config #docs 2020-05-09 12:24:59 -07:00
7086002db5 Code comments/formatting #docs 2020-05-09 12:24:03 -07:00
Vsevolod Merenkov
65dbe60c87 Added user-friendty VCC readings adjustment #featureadd
Minor fixes to i2c #bugfix
2020-05-07 21:55:27 +03:00
Vsevolod Merenkov
2f4e42d34a Serial commands are now case-insensitive #featureadd 2020-05-03 14:51:16 +03:00
Vsevolod Merenkov
21f7ee25fe Added VCC switch to I2C 2020-04-14 22:22:39 +03:00
Vsevolod Merenkov
b3cc47daad Merge branch 'develop' of https://github.com/pyr0ball/pyr0piezo 2020-04-14 22:13:05 +03:00
Vsevolod Merenkov
46fc068619 Correct I2C port now used, fixed config and state reply 2020-04-14 21:58:00 +03:00
Vsevolod Merenkov
57d11c5b97 Added i2c bridge sketch 2020-03-29 20:56:43 +03:00
Vsevolod Merenkov
02d734b177 i2c support, not tested #feature 2020-03-29 00:25:27 +03:00
Vsevolod Merenkov
f2c3843668 Formatting 2020-03-27 11:32:34 +03:00
12f86c971b Added code for switching between 3.3v and 5v signal output #featureadd
- Fixes #67
2020-02-27 12:34:10 -08:00
loredan13
60a26ad3f7 More separation of declaration and definition 2020-02-19 19:25:24 +03:00
Vsevolod Merenkov
bf800e9940 Separating declaration and definition - volatile 2020-02-19 03:32:22 +03:00
loredan13
36b6402b2e Attempt at fixing compile error 2020-02-06 19:06:46 +03:00
loredan13
30afcdd8b7 Added separate cmd file 2020-02-06 11:12:32 +03:00
Alan Weinstock
052023eb79
Merge branch 'develop' into master 2020-01-16 22:46:23 -08:00
3f5af8ced7 updated internal version with latest commit #docs 2020-01-16 17:30:30 -08:00
Vsevolod Merenkov
5cf9c4e94a #feature Autogenerating version number 2020-01-17 04:21:18 +03:00
1ed6701063 fixed new led behavior, was toggling instead of blipping #bugfix 2020-01-16 16:36:57 -08:00
7062179d58 fixed syntax issue with version variable #bugfix 2020-01-16 16:36:33 -08:00
a1267204d5 changed error LED behavor to instead indicate a trigger event #featureadd 2020-01-16 11:22:18 -08:00
217c13b827 Changed default state of I2C input macro to enabled #featureadd 2020-01-16 11:21:31 -08:00
904d6af9dc changed default state for i2c input macro to enabled #featureadd 2020-01-16 11:19:03 -08:00
a3e4ec86a5 added firmware version to serial response #featureadd 2020-01-16 11:18:35 -08:00
44bd9f0182 modified i2c registermap, added stubs #featureadd
making progress on i2c input.
new functions are stubs at the present
progress on #22
2020-01-06 11:30:22 -08:00
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
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
Alan Weinstock
ecd472d80f
Merge pull request #63 from loredan/master
Fix for gain adjustment
2019-12-18 15:37:41 -08:00
Vsevolod Merenkov
94e2c12795 Fix for gain adjustment #bugfix 2019-11-26 23:31:46 +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
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
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
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
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