RBE1001Lib
Functions | Variables
Button.ino File Reference

Go to the source code of this file.

Functions

void setup ()
 
void loop ()
 

Variables

const int buttonPin = 0
 
const int ledPin = 33
 

Function Documentation

◆ loop()

void loop ( )

Definition at line 10 of file Button.ino.

References buttonPin, and ledPin.

◆ setup()

void setup ( )

Definition at line 4 of file Button.ino.

References buttonPin, and ledPin.

Variable Documentation

◆ buttonPin

const int buttonPin = 0

Definition at line 1 of file Button.ino.

Referenced by loop(), and setup().

◆ ledPin

const int ledPin = 33

Definition at line 2 of file Button.ino.

Referenced by loop(), and setup().