Arduino-GPIO
General Purpose Input/Output (GPIO) library for Arduino
Benchmark.ino File Reference
#include "GPIO.h"
#include "benchmark.h"
Include dependency graph for Benchmark.ino:

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::D12button
 
GPIO< BOARD::D13led
 

Macro Definition Documentation

#define BUTTON_PIN   12

Definition at line 6 of file Benchmark.ino.

#define LED_PIN   13

Definition at line 7 of file Benchmark.ino.

Function Documentation

void loop ( )

Definition at line 26 of file Benchmark.ino.

void setup ( )

Definition at line 9 of file Benchmark.ino.

Variable Documentation

GPIO<BOARD::D12> button

Definition at line 4 of file Benchmark.ino.

Definition at line 5 of file Benchmark.ino.