-
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
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule CommandStation-EX
updated
42 files
+5 −1 | CommandDistributor.cpp | |
+1 −0 | CommandDistributor.h | |
+92 −4 | DCC.cpp | |
+2 −1 | DCC.h | |
+23 −6 | DCCACK.cpp | |
+7 −5 | DCCACK.h | |
+40 −11 | DCCEXParser.cpp | |
+1 −0 | DCCEXParser.h | |
+8 −2 | DCCTimer.h | |
+4 −2 | DCCTimerAVR.cpp | |
+101 −7 | DCCTimerESP.cpp | |
+36 −7 | DCCTimerSTM32.cpp | |
+1 −1 | DCCWaveform.cpp | |
+153 −86 | EXRAIL2.cpp | |
+22 −7 | EXRAIL2.h | |
+25 −2 | EXRAIL2MacroReset.h | |
+82 −34 | EXRAIL2Parser.cpp | |
+39 −4 | EXRAILMacros.h | |
+104 −0 | EXRAILSensor.cpp | |
+50 −0 | EXRAILSensor.h | |
+1 −1 | GITHUB_SHA.h | |
+1 −1 | IODevice.h | |
+1 −0 | IO_EXFastclock.h | |
+144 −0 | IO_EncoderThrottle.cpp | |
+53 −0 | IO_EncoderThrottle.h | |
+7 −4 | IO_HALDisplay.h | |
+1 −1 | KeywordHasher.h | |
+50 −13 | MotorDriver.cpp | |
+20 −2 | MotorDriver.h | |
+12 −0 | MotorDrivers.h | |
+119 −0 | Release_Notes/Exrail mods.txt | |
+8 −0 | SerialManager.cpp | |
+1 −0 | StringFormatter.cpp | |
+58 −17 | TrackManager.cpp | |
+0 −1 | Turnouts.cpp | |
+9 −0 | WiThrottle.cpp | |
+14 −1 | WifiESP32.cpp | |
+2 −1 | WifiInterface.cpp | |
+25 −2 | config.example.h | |
+6 −0 | defines.h | |
+5 −1 | platformio.ini | |
+56 −1 | version.h |
Submodule WebThrottle-EX
updated
60 files
Submodule arduino-cli
updated
1387 files
Submodule dcc-ex.github.io
updated
403 files
Submodule vim-arduino
updated
5 files
+2 −0 | .gitignore | |
+15 −0 | autoload/arduino.vim | |
+0 −34 | doc/tags | |
+1 −17 | ftplugin/arduino.vim | |
+11 −0 | plugin/arduino.vim |