1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-25 05:31:24 +01:00

Cleanup version.h

This commit is contained in:
Asbelos 2022-03-24 13:56:01 +00:00
parent 92c2768c0b
commit 2cd0c169ce

View File

@ -12,13 +12,14 @@
// Servo signals (SERVO_SIGNAL) // Servo signals (SERVO_SIGNAL)
// High-On signal pins (SIGNALH) // High-On signal pins (SIGNALH)
// Wait for analog value (ATGTE, ATLT) // Wait for analog value (ATGTE, ATLT)
// 4.0.1 EXRAIL BROADCAST("msg") // 4.0.1 Small EXRAIL updates
// EXRAIL BROADCAST("msg")
// EXRAIL POWERON // EXRAIL POWERON
// 4.0.0 Major functional and non-functional changes. // 4.0.0 Major functional and non-functional changes.
// Engine Driver "DriveAway" feature enhancement // Engine Driver "DriveAway" feature enhancement
//.......JMRI feature enhancement. Provides for multiple additional DCC++EX wifi // JMRI feature enhancement. Provides for multiple additional DCC++EX wifi
//.........connections as accessory controllers or CS for a programming track when // connections as accessory controllers or CS for a programming track when
//.........motor shield is added // motor shield is added
// New HAL added for I/O (digital and analogue inputs and outputs, servos etc). // New HAL added for I/O (digital and analogue inputs and outputs, servos etc).
// Support for MCP23008, MCP23017 and PCF9584 I2C GPIO Extender modules. // Support for MCP23008, MCP23017 and PCF9584 I2C GPIO Extender modules.
// Support for PCA9685 PWM (servo) control modules. // Support for PCA9685 PWM (servo) control modules.
@ -26,7 +27,7 @@
// Support for MP3 sound playback via DFPlayer module. // Support for MP3 sound playback via DFPlayer module.
// Support for HC-SR04 Ultrasonic range sensor module. // Support for HC-SR04 Ultrasonic range sensor module.
// Support for VL53L0X Laser range sensor module (Time-Of-Flight). // Support for VL53L0X Laser range sensor module (Time-Of-Flight).
//.........Added <D HAL SHOW> diagnostic command to show configured devices // Added <D HAL SHOW> diagnostic command to show configured devices
// Native non-blocking I2C drivers for AVR and Nano architectures (fallback // Native non-blocking I2C drivers for AVR and Nano architectures (fallback
// to blocking Wire library for other platforms). // to blocking Wire library for other platforms).
// EEPROM layout change - deletes EEPROM contents on first start following upgrade. // EEPROM layout change - deletes EEPROM contents on first start following upgrade.