unint8_t not recognized as a valid type

When I compile my code I get 800 errors in main.h and a helper .cpp file saying that it cannot recognize uint8_t or uint16_t as a type. I have no idea why this is happening.


A newb problems, @ScruffR was right, I didn’t know about Particle.h
Also, my library port is complete! (Now I have to run it, but it compiled)

Because it’s called uint8_t and uint16_t

But if this only was a typo, you might be missing

#include "Particle.h" // aka "application.h"
1 Like