Fading Coder

One Final Commit for the Last Sprint

Oto System IO Data Structures and Configuration Workflow

TYPE Tag_DigitalIn_Cfg : STRUCT nSlotNo : INT := 0; (* Slot index: 0 = onboard, 1..4 = expansion slots *) nPinNo : INT := 0; (* Pin index: 0 to (max pin per module -1) *) nActiveEdge : INT := 0; (* Trigger level: 0 = low, 1 = high *) uNoteRef : UINT := 0; (* Reference to descriptive text ID *) nDebo...