-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
33 lines (27 loc) · 1.41 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
DCC Interface Master (C) Philipp Gahtow
base on CmdrArduino
This library create a DCC Signal with RailCom (optional). It can handle two DCC outputs, one with Power feature and
one permanent for driving LocoNet Railsync or S88N Raildata line.
More about the features: http://pgahtow.de/wiki/index.php?title=DCC#Arduino_DCC_Library
I build up the library to use it with the Arduino Z21pg central station: http://pgahtow.de/wiki/index.php?title=Zentrale
===========
modified by Philipp Gahtow 2015-2021 [email protected]
* - add a store for active loco, so you can request the actual state
* - add a store for BasicAccessory states
* - add a repeat queue for Speed and Function packets
* - add Function support F13-F20 and F21-F28
* - add CV POM Messages
* - add BasicAccessory increment 4x (Intellibox - ROCO)
* - add request for state of Loco funktion F0 - F28
* - support DCC generation with Timer1 or Timer2
* - add notify of BasicAccessory even when power is off
* - change praeambel to 16 Bit for Railcom support
* - add Railcom hardware support
* - optimize Railcom signal timing
* - fix bug on ESP32 (https://github.com/crosstool-ng/crosstool-ng/issues/1330)
* - fix DCC ACK Detection
* - fix DCC Timing on ESP8266 and ESP32
* - fix bug with ACK Detection
===========
To install, see the general instructions for Arduino library installation here:
http://arduino.cc/en/Guide/Environment#libraries