Diskussion:Veranstaltungsreihe/Mikrocontroller Workshop: Unterschied zwischen den Versionen
Aus LaborWiki
Keine Bearbeitungszusammenfassung |
|||
Zeile 7: | Zeile 7: | ||
DDRC = 0xFF; | DDRC = 0xFF; | ||
DDRB = 0x00; | DDRB = 0x00; | ||
while (1) { | while (1) { | ||
PORTC = PINB; | PORTC = PINB; |