You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David Harris edited this page May 13, 2026
·
2 revisions
Welcome to the OpenLCB_Single_Thread wiki!
This wiki will be used for News and FAQs.
News
20250205 R4_OlcbBasicNode example added. This supports the Uno Minima, and includes a shim class for the native CAN-controller.
20260513 Release v0.1.18 It was noticed that programming a node would leave the previous nodeid, only a second programming would fix it. I have tracked this down to the order of class instantiation, and have rearranged things. It means that the NodeID nodeid(NODE_ADDRESS); line needs to be taken out of the setup() and moved to just above #include "OpenLCBMid.h". This allows the instantiation of Link clink to obtain the new nodeid. The examples have been updated.
FAQs
Please add questions here, and I will answer them as possible.