Blinkofant: Unterschied zwischen den Versionen
Zeile 16: | Zeile 16: | ||
* POUT EQU CENTRO ;the leftmost module will be connected to the POUT-port | * POUT EQU CENTRO ;the leftmost module will be connected to the POUT-port | ||
* ATTENTION! The bit positions must not be changed! | * ATTENTION! The bit positions must not be changed! | ||
* 8V, 5V, 12V, GND sind auf unseren boards NICHT bestückt mit pins. | * 8V, 5V, 12V, GND sind auf unseren boards NICHT bestückt mit pins. | ||
Zeile 36: | Zeile 34: | ||
| 4 | | 4 | ||
| ClkRing EQU 1 ;clock for shift left the whole line | | ClkRing EQU 1 ;clock for shift left the whole line | ||
| CLOCK | |||
|- | |- | ||
| 5 | | 5 | ||
| ClkLoad EQU 2 ;clock for shift left & loading all selected modules | | ClkLoad EQU 2 ;clock for shift left & loading all selected modules | ||
| | |||
|- | |- | ||
| 6 | | 6 | ||
| ClkBlink EQU 3 ;clock for blinking (0...off, 1...on) | | ClkBlink EQU 3 ;clock for blinking (0...off, 1...on) | ||
| selektrierte spalte blinken | |||
|- | |- | ||
| 7 | | 7 | ||
| ClkSteu EQU 4 ;clock for shift left & load control data from DatLoad | | ClkSteu EQU 4 ;clock for shift left & load control data from DatLoad | ||
| DATA! | |||
|- | |- | ||
| 8 | | 8 | ||
| DatRing EQU 5 ;data bit for loading data during ClkRing | | DatRing EQU 5 ;data bit for loading data during ClkRing | ||
| wurscht | |||
|- | |- | ||
| 9 | | 9 | ||
| Reset EQU 6 ;clear all control data | | Reset EQU 6 ;clear all control data | ||
| wurscht | |||
|- | |- | ||
| 10 | | 10 |