We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad184d commit 95af63aCopy full SHA for 95af63a
README.md
@@ -111,7 +111,7 @@ void loop() {
111
------------------------------|------------
112
int pin | GPIO for button array
113
int buttonCount | Number of buttons connected
114
- int arrVoltageRanges\[\]\[2\] | Upper bound and Lower bound of voltage for each button (see above step 2.)
+ int voltageRanges\[\]\[2\] | Upper bound and Lower bound of voltage for each button (see above step 2.)
115
callback_t callback | Callback function of actions according to pressed button (see above step 3.)
116
int adcMax | The maxmium value of ADC. Default is 4095 (12bit ADC)
117
int triggerEdge | Which edge trigger button press event.<br>On press (0, default) or on release (1)
0 commit comments