Arduino-GPIO
General Purpose Input/Output (GPIO) library for Arduino
|
Go to the source code of this file.
Macros | |
#define | BUTTON_PIN 12 |
#define | LED_PIN 13 |
Functions | |
void | setup () |
void | loop () |
Variables | |
GPIO< BOARD::D12 > | button |
GPIO< BOARD::D13 > | led |
#define BUTTON_PIN 12 |
Definition at line 6 of file Benchmark.ino.
#define LED_PIN 13 |
Definition at line 7 of file Benchmark.ino.
void loop | ( | ) |
Definition at line 26 of file Benchmark.ino.
void setup | ( | ) |
Definition at line 9 of file Benchmark.ino.
GPIO<BOARD::D12> button |
Definition at line 4 of file Benchmark.ino.
GPIO<BOARD::D13> led |
Definition at line 5 of file Benchmark.ino.