Not sure if this is quite the right place to put this as it's not hardware but...
The Arduino Genie library out on GitHub needs a define added to the header file for the new Internal LED Digits objects.
file:
genieArduino.h
needs:
#define GENIE_OBJ_ILED_DIGITS 44
I'm not sure if anything else is missing as the library code doesn't appear to have been updated in about 2 years. I'd submit it myself, but the ability to become a contributor to the project appears to be turned off.
-K
The Arduino Genie library out on GitHub needs a define added to the header file for the new Internal LED Digits objects.
file:
genieArduino.h
needs:
#define GENIE_OBJ_ILED_DIGITS 44
I'm not sure if anything else is missing as the library code doesn't appear to have been updated in about 2 years. I'd submit it myself, but the ability to become a contributor to the project appears to be turned off.
-K


Comment