Sequential Button (for Arduino) 1.5
Sequential Button library for Arduino documentation
Loading...
Searching...
No Matches
TimingExample.ino File Reference
#include <SeqButton.h>
Include dependency graph for TimingExample.ino:

Macros

#define B1_PIN   2
 
#define B2_PIN   3
 
#define B3_PIN   4
 
#define HOLD_TIME   1000
 

Functions

void ToggleLED (void)
 
void setup ()
 
void loop ()
 
void Release_callback (SeqButton *button)
 

Variables

SeqButton but1
 
SeqButton but2
 
SeqButton but3
 

Macro Definition Documentation

◆ B1_PIN

#define B1_PIN   2

◆ B2_PIN

#define B2_PIN   3

◆ B3_PIN

#define B3_PIN   4

◆ HOLD_TIME

#define HOLD_TIME   1000

Function Documentation

◆ loop()

void loop ( )

◆ Release_callback()

void Release_callback ( SeqButton * button)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setup()

void setup ( )
Here is the call graph for this function:

◆ ToggleLED()

void ToggleLED ( void )
Here is the caller graph for this function:

Variable Documentation

◆ but1

SeqButton but1

◆ but2

SeqButton but2

◆ but3

SeqButton but3