xxxajk / spi4teensy3

Faster SPI library optimized for the teensy 3.0 from pjrc.com
GNU General Public License v3.0
90 stars 25 forks source link

A 'library.properties' would be nice for use in the Arduino IDE #12

Open 3gghead opened 6 years ago

3gghead commented 6 years ago

The current build system doesn't seem to produce an Arduino library.props file. Here's one I cobbled together.

version=0.95
author=xxxajk
maintainer=xxxajk
keywords=SPI
sentence=Faster SPI library optimized for the Teensy 3.x.
paragraph=This library provides a Teensy 3.x SPI Master interface to SPI Slave devices. The optimization, unfortunately, is not currently a drop-in replacement for the built-in Arduino SPI Class. Also, Interrupts are not supported. Gives (up to) CPU Freq/2 transfer rates.
url=https://github.com/xxxajk/spi4teensy3.git
category=Communication
frameworks=arduino
architectures=Teensy 3.x
includes=spi4teensy3.h

Thanks for the quick i/o lib.

xxxajk commented 6 years ago

make a pull request and I'll merge it.