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

Fixes for arduino 1 6 #27

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

GaryA
Copy link

@GaryA GaryA commented Apr 29, 2018

Fixed all declarations of PROGMEM data to be const so that library compiles under Arduino 1.6 and later.
Changed all signed int data to decimal with negative numbers to get rid of many warnings under Arduino 1.6 and later.
Re-arranged and renamed files to follow new Arduino library format. Added keywords.txt and library.properties files.
Added descriptions of examples to readme.

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

Successfully merging this pull request may close these issues.

1 participant