'00=Taste 13=LEDbl 12=Relais-rt
pin.mode 00, input 'Taste gerdückt=0 losgelassen=1
PIN.MODE 12, OUTPUT 'Relais rt LED 1=ein, 0=aus
PIN.MODE 13, OUTPUT 'bl LED 0=ein, 1=aus
'PIN.MODE 02, OUTPUT 'Lötpad gut zugängig Fernbedienung
'PIN.MODE 03, input 'RX
'PIN.MODE 01, OUTPUT 'TX
'PIN.MODE 15, input 'Widerstand 10k gegen Masse zugängig
'pin.mode 14, input 'ev anlötbar USB Auslöser gerdückt=0 losgelassen=1, drücken, beim loslassen wird foto gemacht,
'pin.mode 16, input 'ev anlötbar
'pin.mode 04, input 'ev anlötbar
Anf:
'if PIN(14) = 0 then PIN(12) = 1 else PIN(12) = 0
PIN(13) = PIN(00)
PIN(12) = PIN(00)
wlog PIN(12) , PIN(13)
pause 600
goto Anf
esp:VIN
esp:GND.2
esp:D13
esp:D12
esp:D14
esp:D27
esp:D26
esp:D25
esp:D33
esp:D32
esp:D35
esp:D34
esp:VN
esp:VP
esp:EN
esp:3V3
esp:GND.1
esp:D15
esp:D2
esp:D4
esp:RX2
esp:TX2
esp:D5
esp:D18
esp:D19
esp:D21
esp:RX0
esp:TX0
esp:D22
esp:D23
matrix1:V+
matrix1:GND
matrix1:DIN
matrix1:CS
matrix1:CLK
matrix1:V+.2
matrix1:GND.2
matrix1:DOUT
matrix1:CS.2
matrix1:CLK.2