![]() |
Arduino Pin Library
v4.2.0
An easy to use Arduino library for fast and simultaneous operations on Arduino I/O pins.
|
Test Arduino I/O performance. More...
Go to the source code of this file.
Macros | |
#define | PIN 13 |
Functions | |
void | setup () |
Called at start. More... | |
void | loop () |
Called continously after setup. More... | |
Test Arduino I/O performance.
Definition in file Arduino-Benchmark.ino.
#define PIN 13 |
Definition at line 8 of file Arduino-Benchmark.ino.
void loop | ( | ) |
Called continously after setup.
Definition at line 20 of file Arduino-Benchmark.ino.
void setup | ( | ) |
Called at start.
Definition at line 13 of file Arduino-Benchmark.ino.