Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
daniviga committed Jan 5, 2025
1 parent ead9fe6 commit f286ec9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arduino/CommandStation-EX
Submodule CommandStation-EX updated 68 files
+95 −0 CamParser.cpp
+12 −0 CamParser.h
+0 −1 CommandDistributor.cpp
+20 −2 CommandStation-EX.ino
+10 −3 DCCACK.cpp
+88 −15 DCCEXParser.cpp
+1 −1 DCCEXParser.h
+19 −0 DCCRMT.cpp
+2 −0 DCCTimerAVR.cpp
+0 −1 DCCTimerESP.cpp
+4 −4 DCCTimerSTM32.cpp
+117 −90 EXRAIL2.cpp
+25 −11 EXRAIL2.h
+9 −4 EXRAIL2MacroReset.h
+5 −6 EXRAIL2Parser.cpp
+30 −11 EXRAILMacros.h
+1 −1 EXRAILSensor.h
+200 −160 EthernetInterface.cpp
+22 −12 EthernetInterface.h
+8 −0 FSH.h
+1 −1 GITHUB_SHA.h
+21 −11 I2CManager.cpp
+1 −1 I2CManager_NonBlocking.h
+5 −4 I2CManager_STM32.h
+1 −1 I2CManager_Wire.h
+38 −1 IODevice.cpp
+25 −0 IODevice.h
+1 −1 IO_AnalogueInputs.h
+0 −1 IO_DCCAccessory.cpp
+425 −0 IO_EXSensorCAM.h
+0 −1 IO_EncoderThrottle.cpp
+1 −1 IO_ExampleSerial.h
+1 −1 IO_HALDisplay.h
+1 −1 IO_MCP23008.h
+1 −1 IO_MCP23017.h
+334 −0 IO_NeoPixel.h
+1 −1 IO_PCA9685pwm.h
+1 −1 IO_PCF8574.h
+1 −1 IO_PCF8575.h
+0 −1 IO_Servo.cpp
+1 −1 IO_Servo.h
+371 −0 IO_TCA8418.h
+215 −0 IO_TM1638.cpp
+134 −0 IO_TM1638.h
+1 −1 IO_TouchKeypad.h
+1 −1 IO_duinoNodes.h
+1 −1 IO_trainbrains.h
+40 −1 KeywordHasher.h
+1 −1 LiquidCrystal_I2C.cpp
+1 −1 MotorDriver.cpp
+22 −13 MotorDriver.h
+9 −1 MotorDrivers.h
+77 −0 Release_Notes/NeoPixel.md
+44 −0 Release_Notes/TCA8418.md
+84 −0 Release_Notes/TM1638.md
+40 −19 SerialManager.cpp
+1 −1 SerialManager.h
+0 −2 StringBuffer.cpp
+1 −1 StringBuffer.h
+26 −0 TemplateForEnums.h
+50 −29 TrackManager.cpp
+0 −1 Turnouts.cpp
+32 −3 WifiESP32.cpp
+4 −0 WifiESP32.h
+2 −1 WifiInterface.cpp
+15 −1 config.example.h
+80 −26 platformio.ini
+21 −1 version.h
2 changes: 1 addition & 1 deletion arduino/WebThrottle-EX
2 changes: 1 addition & 1 deletion arduino/arduino-cli
Submodule arduino-cli updated 277 files
2 changes: 1 addition & 1 deletion arduino/dcc-ex.github.io
Submodule dcc-ex.github.io updated 585 files

0 comments on commit f286ec9

Please sign in to comment.