Open dimitre opened 5 years ago
It would be great to have a constant to identify Maixduino. Is there any? I've seen this one in ArduinoCore-k210 , Arduino.h file
#ifndef KENDRYTE_K210 #define KENDRYTE_K210 1 #endif
which enables the usage of this library here, updated to work with K210 https://github.com/baorepo/Adafruit_NeoPixel
I have forked it for maixduio, look at here. https://github.com/btx000/Adafruit_NeoPixel
It would be great to have a constant to identify Maixduino. Is there any? I've seen this one in ArduinoCore-k210 , Arduino.h file
which enables the usage of this library here, updated to work with K210 https://github.com/baorepo/Adafruit_NeoPixel