Noepixel 1.0.1 library broken?

I went to use the Neopixel v 1.0.1 library today (Feb 27, 2023) with a student, and we are getting errors.
My sketch from two weeks ago, which uses v 1.0.0 still works.
Is anyone else having issues? Is technolby the maintainer?

Thanks

Hi, can you post the errors you are getting, for reference?
I do not use the library, but maybe someone can chip in on what the issue is if they see the logs.
Thanks

lib/neopixel/src/neopixel.cpp:72:22: warning: "SYSTEM_VERSION_ALPHA" is not defined [-Wundef]
 #if SYSTEM_VERSION < SYSTEM_VERSION_ALPHA(5,0,0,2)
                      ^
lib/neopixel/src/neopixel.cpp:72:42: error: missing binary operator before token "("
 #if SYSTEM_VERSION < SYSTEM_VERSION_ALPHA(5,0,0,2)
                                          ^
lib/neopixel/src/neopixel.cpp:75:42: error: 'hal_pin_map' was not declared in this scope
   NRF5x_Pin_Info* PIN_MAP2 = hal_pin_map();
                                          ^
../build/module.mk:289: recipe for target '../build/target/user/platform-13-mneopixel/src/neopixel.o' failed
make[2]: *** [../build/target/user/platform-13-mneopixel/src/neopixel.o] Error 1
make[2]: Leaving directory '/firmware/user'
../../../build/recurse.mk:11: recipe for target 'user' failed
make[1]: *** [user] Error 2
make[1]: Leaving directory '/firmware/modules/boron/user-part'
../build/recurse.mk:11: recipe for target 'modules/boron/user-part' failed
make: *** [modules/boron/user-part] Error 2

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.