Informatikunterricht

am Gymnasium Kirchenfeld

Benutzer-Werkzeuge

Webseiten-Werkzeuge


digitalelektronik:moving-light

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
digitalelektronik:moving-light [2015/03/05 09:07] rosdigitalelektronik:moving-light [2020/10/13 14:25] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 10: Zeile 10:
 const int DELAY_MS = 500; const int DELAY_MS = 500;
  
-const int PIN_COUNT = 4; 
 const int PIN[] = { 2, 3, 4, 5 }; const int PIN[] = { 2, 3, 4, 5 };
 +const int PIN_COUNT = 4;
  
 int currentLed; int currentLed;
Zeile 45: Zeile 45:
 const int DELAY_MS = 100; const int DELAY_MS = 100;
 const int PIN[] = { 2, 3, 4, 5, 6, 7, 8, 9 }; const int PIN[] = { 2, 3, 4, 5, 6, 7, 8, 9 };
-const int PIN_COUNT = sizeof(PIN) / sizeof(int);+const int PIN_COUNT = 8; 
 int currentLed; int currentLed;
 int dir; int dir;
Zeile 81: Zeile 82:
 const int DELAY_MS = 100; const int DELAY_MS = 100;
 const int PIN[] = { 2, 3, 4, 5, 6, 7, 8, 9 }; const int PIN[] = { 2, 3, 4, 5, 6, 7, 8, 9 };
-const int PIN_COUNT = sizeof(PIN) / sizeof(int);+const int PIN_COUNT = 8; 
 int currentLed; int currentLed;
 int dir; int dir;
digitalelektronik/moving-light.1425542872.txt.gz · Zuletzt geändert: 2020/10/13 14:25 (Externe Bearbeitung)