Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3gghead opened this issue Jan 1, 2018 · 1 comment
Open

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

3gghead opened this issue Jan 1, 2018 · 1 comment

Comments

@3gghead
Copy link

3gghead commented Jan 1, 2018

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
Copy link
Owner

xxxajk commented Jan 1, 2018

make a pull request and I'll merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants