Translations:DCC/13/de

Aus Digital Modellbahn
DCCHardware_config.h
Auswahl des Timer1 (sonst Timer2) ON: #define DCC_USE_TIMER1
OFF: #undef DCC_USE_TIMER1


DCCPacketScheduler.h
Anzahl steuerbarer Weichen (je MCU) ATmega1284p: #define AccessoryMax 2048
ATmega1280p: #define AccessoryMax 1024
ATmega644p: #define AccessoryMax 512
andere: #define AccessoryMax 128
Speichergröße für Lokdaten (je MCU) - max. steuerbare Loks ATmega1284p: #define SlotMax 128
ATmega1280p: #define SlotMax 64
ATmega644p: #define SlotMax 36
andere: #define SlotMax 16
Speichergröße für Datenpakete (je MCU) ATmega1284p: #define PERIODIC_REFRESH_QUEUE_SIZE 180
ATmega1280p: #define PERIODIC_REFRESH_QUEUE_SIZE 100
ATmega644p: #define PERIODIC_REFRESH_QUEUE_SIZE 80
andere: #define PERIODIC_REFRESH_QUEUE_SIZE 50
Zubehör Adressverschiebung (increment) #define ROCO 0 //Roco,Fleischmann
#define IB 4 //IntelliBox


DCCPacket.h
Senden von langen Adressen #define MAX_DCC_SHORT_ADDRESS 99