Harald Barth
d45585ce3d
update copyright notes
2022-01-07 02:28:35 +01:00
Harald Barth
1807189183
make it possible to disable EEPROM code to save flash space
2021-11-08 02:07:21 +01:00
Neil McKechnie
2a79f67308
Fix EEPROM handling for outputs.
...
Output definitions in EEPROM were being lost once the output was activated or deactivated. The handling has been corrected and tested.
2021-08-12 11:59:32 +01:00
FrightRisk
5eff4c5ee5
Squash all commits on RMFT branch to create EX-RAIL branch
2021-08-03 17:12:25 -04:00
Harald Barth
c292f210a4
datatypes used in eeprom should be a data type that has a given size
2021-07-25 23:12:12 +02:00
Harald Barth
cc4de0ad14
fix size of struct at right place
2021-07-25 23:07:20 +02:00
Harald Barth
c15d5048b5
EEPROM format heuristics
2021-07-25 22:53:20 +02:00
Harald Barth
cb64725b42
make output ID two bytes
2021-07-24 21:11:18 +02:00
Asbelos
a0538ca61b
3.0.9 newlines
2021-03-30 22:01:37 +01:00
mstevetodd
9d92fd9451
add turnout, sensor and output states to 's'tatus message ( #108 )
...
* add support for FireBox_Mk1, reduce heartbeat, separate eStop time
* make match master
* make match master
* Update defines.h
* FIX: return WiThrottle speedstep, not DCC speedstep, in response to speed change request.
Should close #104
* use int, not byte for witSpeed
* add turnout, sensor and output states to 's'tatus message
2020-12-27 10:20:11 -05:00
Fred
177bf202a8
Update Outputs.cpp
...
remove extra blank line
2020-10-28 14:27:16 -04:00
FrightRisk
7c47bb1562
Fix Turnout and Output return value
2020-09-29 17:19:02 -04:00
Asbelos
4e0c227012
Cleaning of Turnout/Output/Sensor
...
PLEASE BE AWARE, I have not tested Outputs or Sensors either before or after this change.
(and they were certainly wrong before!)
2020-09-06 12:44:19 +01:00
Asbelos
cdcb01d300
Compiled motorDriver
...
New motorDriver design...
2020-08-15 11:32:32 +01:00
Asbelos
9044cce2a3
Change Stream refernces to pointers
...
I misunderstood that references can never be changed.
2020-08-01 16:32:16 +01:00
Asbelos
57cc5ad705
Save memory
...
by eliminating last call to arduino version of digitalRead
2020-07-15 22:51:50 +01:00
Asbelos
46d1f3e237
Copyrights etc
2020-07-03 17:35:02 +01:00
Asbelos
e0c76a9dc4
Alter Stream to Print
...
In prep for Wifi siolution, all output functions changed to expect Print class instead of Stream... Can still pass Serial1 etc because Stream extends Print, but this allows for an output-only class extending Print to collect a response buffer for Wifi sending with AT commands.
2020-06-12 14:28:35 +01:00
Asbelos
aebc35b183
Restructure to support multiple input streams
...
Preparation for Wifi without adding any Wifi specifics.
2020-06-10 17:31:26 +01:00
Asbelos
7a20896c8c
RTFM not the comments
...
Comments have a horrible habit of getting out of date.
2020-06-07 20:11:44 +01:00
Asbelos
b89c9068ff
Compileable JMRIParser
...
Has Turnout, Output Sensor support.
Needs further cleaning and cross checking against spec.
May implement Daves Comms manager etc.
2020-06-03 14:26:49 +01:00