You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: