-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule CommandStation-EX
updated
43 files
+37 −6 | CommandDistributor.cpp | |
+5 −2 | CommandDistributor.h | |
+10 −10 | CommandStation-EX.ino | |
+2 −3 | DCC.cpp | |
+4 −1 | DCC.h | |
+2 −2 | DCCACK.cpp | |
+41 −17 | DCCEXParser.cpp | |
+4 −0 | DCCRMT.cpp | |
+13 −9 | DCCTimer.h | |
+55 −39 | DCCTimerAVR.cpp | |
+39 −0 | DCCTimerESP.cpp | |
+44 −20 | DCCTimerSTM32.cpp | |
+3 −0 | DCCWaveform.cpp | |
+0 −61 | ESP32-fixes.cpp | |
+0 −26 | ESP32-fixes.h | |
+22 −14 | EXRAIL2.cpp | |
+7 −2 | EXRAIL2.h | |
+7 −0 | EXRAIL2MacroReset.h | |
+12 −6 | EXRAILMacros.h | |
+1 −1 | GITHUB_SHA.h | |
+1 −1 | IO_EXTurntable.h | |
+112 −0 | IO_PCA9555.h | |
+90 −25 | IO_RotaryEncoder.h | |
+297 −86 | MotorDriver.cpp | |
+69 −14 | MotorDriver.h | |
+26 −7 | MotorDrivers.h | |
+3 −0 | SerialManager.cpp | |
+18 −0 | StringFormatter.cpp | |
+68 −40 | TrackManager.cpp | |
+9 −8 | TrackManager.h | |
+1 −0 | Turnouts.cpp | |
+2 −0 | Turnouts.h | |
+20 −9 | WiThrottle.cpp | |
+36 −12 | WifiESP32.cpp | |
+4 −2 | WifiESP32.h | |
+55 −19 | WifiInterface.cpp | |
+5 −3 | WifiInterface.h | |
+57 −5 | config.example.h | |
+0 −169 | config.h.txt | |
+10 −2 | defines.h | |
+21 −2 | installer.sh | |
+3 −1 | platformio.ini | |
+38 −2 | version.h |
Submodule arduino-cli
updated
463 files
Submodule dcc-ex.github.io
updated
460 files