Skip to content

Commit

Permalink
Merge pull request #19 from mmarchetti/library-spec
Browse files Browse the repository at this point in the history
Library spec
  • Loading branch information
mmarchetti committed Mar 7, 2019
2 parents a33f900 + 966d48d commit 261fa80
Show file tree
Hide file tree
Showing 19 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The standard Arduino I/O library (Wiring) isn't particularly fast. There are sev
| Max Output Frequency | 64 KHz | 2.66 MHz |
| RAM usage | none | none |

[Benchmarks](docs/avr_benchmarks.md)
[Benchmarks](extras/docs/avr_benchmarks.md)

#### SAM boards (Due)

Expand All @@ -60,7 +60,7 @@ The standard Arduino I/O library (Wiring) isn't particularly fast. There are sev
| Max Output Frequency | 237 KHz | 10.5 MHz |
| RAM usage | none | none |

[Benchmarks](docs/arm_benchmarks.md)
[Benchmarks](extras/docs/arm_benchmarks.md)

### API

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
10 changes: 10 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name=DirectIO
version=1.2.0
author=Michael Marchetti <[email protected]>
maintainer=Michael Marchetti <[email protected]>
sentence=DirectIO is a fast, simple I/O library for AVR, SAM, and SAMD boards.
paragraph=It provides a simple API for doing digital I/O 40-60x faster than the Arduino standard libraries. You can read or write a digital pin in a sinle clock cycle on an AVR-based board. Accelerated support is available for AVR, SAM, and SAMD boards. Other boards are supported in a fallback mode without acceleration.
category=Signal Input/Output
url=https://github.com/mmarchetti/DirectIO
architectures=avr,sam,samd
includes=DirectIO.h

0 comments on commit 261fa80

Please sign in to comment.