I get an error with the type definitions. I am working with Visual Studio 2017 and so I included stdint.h for the type definitions. But I still have the Problem that the identifier uint8_t is undefined.
What's the problem?
it is defined in "stdint.h", add that on the top of your cpp-file:
#include <stdint.h>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With