new arm bitbang define

This commit is contained in:
Michael Miller
2021-03-27 15:04:48 -07:00
parent 01d9f190d2
commit 9b5eac22fc

View File

@@ -109,7 +109,7 @@ License along with NeoPixel. If not, see
#include "internal/NeoNrf52xMethod.h"
#elif defined(ARDUINO_ARCH_ARM) && defined(__SAME53N19A__) // must be before __arm__,
#elif defined(ARDUINO_ARCH_ARM) && defined(USE_ARM_DWT_BITBANG) // must be before __arm__,
// use the more general purpose ARM bitbang
#include "internal/NeoArmBitBangMethod.h"