-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathlibrary.properties
More file actions
9 lines (9 loc) · 813 Bytes
/
library.properties
File metadata and controls
9 lines (9 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
name=Arduino-GPIO
version=1.11
author=Mikael Patel
maintainer=Mikael Patel <mikael.patel@gmail.com>
sentence=General Purpose Input/Output (GPIO) library for Arduino.
paragraph=The GPIO library has been developed to allow high performance digital pin access. Most access functions are compiled to a single instruction and execute in 1-2 clock cycles. The library functions are more than 10 times faster than the Arduino digital pin functions. In some cases as much as 100 times faster. Additional support classes are available for Debounced Digital and Analog Pin, Shift Register Parallel Input/Output and Software Serial. These also demonstrate how the GPIO template class may be used to construct additional libraries.
category=Communication
url=https://github.com/mikaelpatel/Arduino-GPIO
architectures=avr,sam