File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
examples/Example8_ExtInterrupt Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,7 @@ QwiicButton button;
20
20
uint8_t brightness = 100 ; // The brightness to set the LED to when interrupt pin is high
21
21
// Can be any value between 0 (off) and 255 (max)
22
22
int interruptPin = 2 ; // pin that will change states when interrupt is triggered
23
- int ledPin = 13 ;
24
23
25
- bool buttonIsPressed = false ;
26
- bool buttonHasBeenClicked = false ;
27
24
bool interruptEntered = false ; // Interrupt flag so we can clear things outside of the interrupt
28
25
29
26
void setup () {
Original file line number Diff line number Diff line change 1
1
name =SparkFun Qwiic Button and Qwiic Switch Library
2
- version =2.0.2
2
+ version =2.0.3
3
3
author =SparkFun Electronics <techsupport@sparkfun.com>
4
4
maintainer =Fischer Moseley <fischer.moseley@sparkfun.com>
5
5
sentence =Communicates and configures the SparkFun Qwiic Button and Switch.
You can’t perform that action at this time.
0 commit comments