Skip to content

help me plz /Can't use u16,u8 #561

Answered by earlephilhower
SF433 asked this question in Q&A
Discussion options

You must be logged in to vote

Just add

typedef uint16_t u16
typedef uint8_t u8

after the

#include <Arduino.,h>

line to define them.

Whether this will allow the library to actually work, I have no idea. The fact they use those variables makes me think that this library is for an old 8-bit AVR and may include hardware-specific code.

Good luck!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by SF433
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants