hmmm
wieso geht dieser code nicht? es ist immer nur die led0 (portc.0) aus....


Do

Config Portc = Output
Config Portb = Input

For I = 0 To 7 ' Alle internen Pullup Widerständ ein
Portb.i = 1
Next I


If Portb.0 = 1 Then
Config Portc = Output
Portc.0 = 1
Else
Portc.1 = 1
End If

Loop
End

wieviel temperatursensoren kann ich eigentlich an meinen I2C bus hängen?

danke nochmal -> Suche gab keine nützlichen treffer