David Harris
David Harris
I have been having problems compiling **applications/hub** on **OSX**. ### 1. src/utils/FileUtils.cxx ``` /Users/dpharris/openmrn/src/utils/FileUtils.cxx:111:12: error: comparison of unsigned expression < 0 is always false [-Werror,-Wtautological-compare] if (nr < 0) {...
I know that you were working on I2C for ESP32, which I much appreciate. Where are you in that process? Do you think we will have master, slave and multimaster...
"void CMRI::transmit() { delay(50); // tiny delay to let things recover" 50 milliseconds is not a tiny delay, and it prevents things like servos from working well. Was this meant...
Yo
Sorry .. Got busy and lost you for a bit. Anything new? David
I noticed on the 43oh group that forth has sprung forth in several forms. The SIMPL language mentioned here: http://forum.43oh.com/topic/9429-simpl-a-tiny-language-for-msp430/ looks similar to your efforts. I haven't analyzed in detail,...
I could not get the build to work on my M2 MacBook, and it gave no error reports. Can I do that? Thanks David
This is a simple tweak to ACAN2515.cpp because of a change in Macro naming on the Arduino R4 series. This lets the library compile on the R4 Minima and R4...