Skip to content

Commit

Permalink
Updated firmware config
Browse files Browse the repository at this point in the history
  • Loading branch information
robsoncouto committed Apr 17, 2019
1 parent de26cfd commit ededee0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions firmware 1.34/config.h
Expand Up @@ -57,7 +57,7 @@
* - adjust value to match your rotary encoder
*/

#define ENCODER_STEPS 20
#define ENCODER_STEPS 30


/*
Expand Down Expand Up @@ -112,7 +112,7 @@
* - uncomment to enable
*/

#define HW_ZENER
//#define HW_ZENER


/*
Expand All @@ -134,7 +134,7 @@
* - uncomment to enable
*/

//#define HW_FREQ_COUNTER_BASIC
#define HW_FREQ_COUNTER_BASIC


/*
Expand Down Expand Up @@ -237,7 +237,7 @@
* - uncomment to enable
*/

#define SW_SQUAREWAVE
//#define SW_SQUAREWAVE


/*
Expand Down Expand Up @@ -285,7 +285,7 @@
* - uncomment to enable
*/

#define SW_OPTO_COUPLER
//#define SW_OPTO_COUPLER


/*
Expand Down Expand Up @@ -330,7 +330,7 @@
* - uncomment to enable
*/

//#define SW_CAP_LEAKAGE
#define SW_CAP_LEAKAGE



Expand Down Expand Up @@ -438,7 +438,7 @@
* - Time between printing the result and starting a new probing cycle.
*/

#define CYCLE_DELAY 3000
#define CYCLE_DELAY 10000


/*
Expand Down

0 comments on commit ededee0

Please sign in to comment.