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

included stdint.h to fix "'int8_t' does not name a type" and similar errors #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amconners
Copy link

the Arduino IDE automatically adds some includes if needed (one of which is stdint.h), but only when compiling a .ino file. it needs to be explicitly included for the Arduino compiler to recognize those types in a .cpp file

…errors when using this library in other projects
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.

None yet

1 participant