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

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::D0Serial
 
GPIO< BOARD::D1led
 
GPIO< BOARD::D2button
 

Macro Definition Documentation

#define BUTTON_PIN   2

Definition at line 9 of file Benchmark.ino.

#define LED_PIN   1

Definition at line 8 of file Benchmark.ino.

Function Documentation

void loop ( )

Definition at line 28 of file Benchmark.ino.

void setup ( )

Definition at line 11 of file Benchmark.ino.

Variable Documentation

GPIO<BOARD::D2> button

Definition at line 7 of file Benchmark.ino.

Definition at line 6 of file Benchmark.ino.

Definition at line 5 of file Benchmark.ino.