Skip to content

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

Open
PunningLinguist wants to merge 1 commit intokristopher:masterfrom
PunningLinguist:stdint-fix
Open

included stdint.h to fix "'int8_t' does not name a type" and similar errors#13
PunningLinguist wants to merge 1 commit intokristopher:masterfrom
PunningLinguist:stdint-fix

Conversation

@PunningLinguist
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.

1 participant