Commit graph

97 commits

Author SHA1 Message Date
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
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
Vsevolod Merenkov
8fea926ace Fixed config reset #54 #bugfix 2019-10-30 00:54:14 +03:00
4857972689 Added blank ino file for compatibility with arduino ide #featureadd 2019-10-29 13:43:55 -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
5cbd1ae131 Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo 2019-10-11 11:05:55 -07:00
e5e1458391 Firmware shipped with Beta2 (v2.1.0) #changelog 2019-10-08 20:59:29 -07:00
Vsevolod Merenkov
14032ba325 analogWrite is replaced with native phase correct PWM, 4kHz 10-bit on comparator and 16kHz 8-bit on voltage follower #changelog 2019-10-05 19:49:53 +03:00
9126cd71a4 code formatting 2019-10-02 18:51:59 -07:00
ecf28d8972 Code formatting unified 2019-10-02 18:46:41 -07:00
Vsevolod Merenkov
51d734986b Fixed internal oscillator frequency configuration on ATmega88P, added configuration for ATmega328PB #changelog 2019-09-30 03:06:15 +03:00
Vsevolod Merenkov
8d5fb81219 Fixed serial command for voltmeter constant, added EEPROM support for it #bugfix 2019-09-30 03:04:06 +03:00
Vsevolod Merenkov
6976b3908d Removed old debug output define and sensor trigger debug output, modified VComp and VFol output to mV instead of 10-bit number #changelog 2019-09-30 03:02:14 +03:00
Vsevolod Merenkov
e029364cdc Reverted voltmeter code #bugfix 2019-09-30 02:56:24 +03:00
Vsevolod Merenkov
a24e2ba970 Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo 2019-09-30 02:52:11 +03:00
056321a9e2 added compiled firmware for m328pb - v2.1.4 2019-09-26 15:54:55 -07:00
4ff41f18ce Exported compiled firmware for m88p - v2.1.4 #featureadd 2019-09-26 15:43:08 -07:00
55e2042925 fixed syntax error in includes section 2019-09-26 15:42:33 -07:00
Vsevolod Merenkov
1d805b1ced Fix for serial terminal line break symbol #bugfix 2019-09-27 01:09:05 +03:00
9f1d5dfb6c fixed variable type for vm-constant serial input #bugfix 2019-09-25 15:33:23 -07:00
aa6e3148a2 slight change in comment structure 2019-09-25 14:44:53 -07:00
e416f14072 Added input parameter for vref constant #featureadd
Added an option to change the vref constant over serial
2019-09-25 14:43:53 -07:00
a58a7d029f removed duplicate definition #bugfix 2019-09-25 14:35:51 -07:00
d00b0d078a fixed variable typo 2019-09-25 14:20:40 -07:00
5dd279775a Cleanup remaining merge files #changelog 2019-09-25 14:07:58 -07:00
f4af33fe75 updated serial input explaination to match new schema #featureadd 2019-09-25 14:01:43 -07:00
bf33ef43d7 migrated vscode comfig files 2019-09-25 13:22:24 -07:00
6618f35f7d restructured AVR firmware directory for vscode/PIO #changelog 2019-09-25 13:18:47 -07:00
59387f8502 actually added some of the changes intended for previous commit 2019-09-25 13:12:25 -07:00
9ce36b8607 more syntax fixes (from merge) #changelog 2019-09-25 13:10:57 -07:00
26d7a978d3 syntax cleanup #changelog 2019-09-25 13:09:09 -07:00
9e885f316e complete overhaul of serial input and debug output #featureadd
Input is now parsed without the "<,>" characters
2019-09-25 13:02:31 -07:00
5d72a5e817 Added EEPROM support for storing nvol settings #featureadd 2019-09-25 12:55:39 -07:00
9f172f1c18 synced nomenclature for vfollower variables #bugfix 2019-09-25 12:48:00 -07:00
Vsevolod Merenkov
4165075fa0 Updated gitignore, removed unnecessary files #changelog 2019-09-25 21:27:34 +03:00
Vsevolod Merenkov
14651c0d8a Merge branch 'loredans-additions' of https://github.com/pyr0ball/pyr0piezo 2019-09-25 21:07:39 +03:00
40b20c0670 fixed typo #changelog 2019-09-25 09:47:14 -07:00
a0d6b1d178 Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo 2019-09-24 19:36:21 -07:00