I don't think byte will work in a 0012 library without an include file that does the typedef. You could use unsigned char or do your own typedef but I can't see any reason not to include the standard avr gcc inttypes.h file.
I don't think byte will work in a 0012 library without an include file that does the typedef. You could use unsigned char or do your own typedef but I can't see any reason not to include the standard avr gcc inttypes.h file.