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
The current build system doesn't seem to produce an Arduino library.props file. Here's one I cobbled together.
Thanks for the quick i/o lib.