|
Arduino-GPIO
General Purpose Input/Output (GPIO) library for Arduino
|

Go to the source code of this file.
Macros | |
| #define | LED_PIN 1 |
| #define | BUTTON_PIN 2 |
Functions | |
| void | setup () |
| void | loop () |
Variables | |
| Software::Serial< BOARD::D0 > | Serial |
| GPIO< BOARD::D1 > | led |
| GPIO< BOARD::D2 > | button |
| #define BUTTON_PIN 2 |
Definition at line 9 of file Benchmark.ino.
| #define LED_PIN 1 |
Definition at line 8 of file Benchmark.ino.
| void loop | ( | ) |
Definition at line 28 of file Benchmark.ino.
| void setup | ( | ) |
Definition at line 11 of file Benchmark.ino.
Definition at line 7 of file Benchmark.ino.
Definition at line 6 of file Benchmark.ino.
| Software::Serial<BOARD::D0> Serial |
Definition at line 5 of file Benchmark.ino.