Translations:Zentrale Z21PG/14/en: Unterschied zwischen den Versionen
Aus Digital Modellbahn
(Die Seite wurde neu angelegt: „The Arduino Z21 DCC Central Station generates the DCC signal by using my own DCCInterface Library and Timer1/Timer2 (selectable). T…“) |
K (FuzzyBot verschob die Seite Translations:Zentrale/14/en nach Translations:Zentrale Z21PG/14/en, ohne dabei eine Weiterleitung anzulegen: Teil der übersetzbaren Seite „Zentrale“) |
||
| (3 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
| − | The Arduino Z21 DCC Central Station generates the DCC signal by using my own [[Special:MyLanguage/DCC|DCCInterface Library]] and Timer1/Timer2 (selectable). The central station support different protocols and it's own hardware interface. To select your own used protocols and hardware you have to (de)activate the interfaces inside the Arduino sketch (with ''"//"'' infront of <code>#define</code> | + | The Arduino Z21 DCC Central Station generates the DCC signal by using my own [[Special:MyLanguage/DCC|DCCInterface Library]] and Timer1/Timer2 (selectable). The central station support different protocols and it's own hardware interface. To select your own used protocols and hardware you have to (de)activate the interfaces inside the Arduino sketch (with ''"//"'' infront of <code>#define</code> or <code>#include</code> you can deactivate the unused protocol!). |
Aktuelle Version vom 21. Oktober 2021, 14:39 Uhr
The Arduino Z21 DCC Central Station generates the DCC signal by using my own DCCInterface Library and Timer1/Timer2 (selectable). The central station support different protocols and it's own hardware interface. To select your own used protocols and hardware you have to (de)activate the interfaces inside the Arduino sketch (with "//" infront of #define or #include you can deactivate the unused protocol!).