dmemphis

Results 4 issues of dmemphis

Downloaded code, copied libraries over, and attempted chBlink example build with IDE 1.8.0 build error: `chThdExit' referenced in section `.text' of C:\Users\DC\AppData\Local\Temp\ccDAKp0y.ltrans0.ltrans.o: defined in discarded section `.text' of libraries\ChibiOS_AVR\utility\chthreads.c.o (symbol...

Hi- I went to try to substitute a 7219 in place of a I2C backpack used in the adafruit backpack example sketch that implements a moving eyeball. https://learn.adafruit.com/animating-multiple-led-backpacks/software The sketch...

Hello: I just made one of my more ambitious little projects work with NilRTOS on Arduino. It works great. I then converted it over the ChNil to try to help...

ChNilBlink.ino is fine. ChiNilBlinkPrint.ino gets errors: ---------------------- C:\Users\DC\AppData\Local\Temp\cc61h7SR.ltrans0.ltrans.o: In function `Thread2': C:\Users\DC\Documents\Arduino\libraries\ChNil\examples\ChNilBlinkPrint/ChNilBlinkPrint.ino:58: undefined reference to `ChNilSerialClass::begin(unsigned long)' C:\Users\DC\AppData\Local\Temp\cc61h7SR.ltrans0.ltrans.o: In function `ChNilSerialClass::ChNilSerialClass()': C:\Users\DC\Documents\Arduino\libraries\ChNil\src/ChNilSerial.h:35: undefined reference to `vtable for ChNilSerialClass' C:\Users\DC\Documents\Arduino\libraries\ChNil\src/ChNilSerial.h:35: undefined...