Skip to content

Commit 95af63a

Browse files
authored
Update README.md
1 parent 9ad184d commit 95af63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ void loop() {
111111
------------------------------|------------
112112
int pin | GPIO for button array
113113
int buttonCount | Number of buttons connected
114-
int arrVoltageRanges\[\]\[2\] | Upper bound and Lower bound of voltage for each button (see above step 2.)
114+
int voltageRanges\[\]\[2\] | Upper bound and Lower bound of voltage for each button (see above step 2.)
115115
callback_t callback | Callback function of actions according to pressed button (see above step 3.)
116116
int adcMax | The maxmium value of ADC. Default is 4095 (12bit ADC)
117117
int triggerEdge | Which edge trigger button press event.<br>On press (0, default) or on release (1)

0 commit comments

Comments
 (0)