This repository was archived by the owner on Apr 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Scott James Remnant edited this page Mar 1, 2017
·
13 revisions
Welcome to the SignalBox wiki!
-
DCC "Driver" has the core functionality of being able to transmit any bitstream, queue multiple bitstreams, and cleanly transition between them.
- This code is somewhat OOP "mega-class" in design as a result of being written on-the-go. It will be refactored into a much more Protocol-Oriented design.
- Currently this goes to extra lengths to handle the RailCom cutout period itself. I'm increasingly expecting to move away from this approach, which will simplify the design a lot, in concert with the above refactor.
-
Currently working on different approaches for the AVR-based Booster and RailCom detector boards.
-
Procrastinating on finishing the wiki pages below for DMA.
Swift is my favorite programming language of the moment, and it's ideal for working with the Raspberry Pi hardware. These pages document everything I've learned in the process.