Skip to content

Commit

Permalink
Reduced default loop time, syntax errors were resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
pyr0ball committed Jan 9, 2019
1 parent 5d840f2 commit a3c0cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ATmega48_Piezo_Sensor/ATmega48_Piezo_Sensor.ino
Expand Up @@ -37,7 +37,7 @@ int ERR_LED = 3; // LED will blink if optimal voltage range cannot
int InitCount = 10; // Number of times to blink the LED on start
int V_FOLLOW_PIN = A0; // Sense pin to check first amp stage voltage output
int VADJ_SENSE_PIN = A1; // Sense pin to check comparator stage voltage
int TRG_DUR = 1000; // duration of the Z-axis pulse sent, in ms
int TRG_DUR = 120; // duration of the Z-axis pulse sent, in ms
int Vin = 5; // input reference voltage
float senseHighThrs = 2.47; // Upper threshold voltage of amp circuit before adjustment
float senseLowThrs = 1.90; // Lower threshold voltage of amp circuit before adjustment
Expand Down

0 comments on commit a3c0cbb

Please sign in to comment.