pimiibo
pimiibo copied to clipboard
error: ‘uint8_t’ does not name a type
When trying to make
, lots of errors are thrown about uint8_t not being a type.
Workaround: Add #include <stdint.h>
to amiibo.h
and amiitool.h
.
@garrett-davidson what is the issue with adding the include
to the header files?
Wanted to add a comment, that I am using this code with an adafruit pn532 controller breakout board (https://www.adafruit.com/product/364), the FTDI usb cable (https://www.adafruit.com/product/70) and a standard Ubuntu linux laptop. I used the tags recommended in the README. I did have to apply the fix mentioned above in order to get this working, but the setup works really well otherwise.
I did a pull request in order to fix this issue. See #9