I need this because i build it from the status of four bits of Port A
Any idea?
Ralf, you can try this:
It should work.Code:Select Case PortA Case 1 i2caddress CON $01 Case 2 i2caddress CON $02 case 3 i2caddress CON $03 . . . . Case x i2caddress CON $x End Select
Edited:
No! it doesn't work sorry.
Al.
Bookmarks