Pekub
Joined: 20 Dec 2005 Posts: 16
|
I2c Slave Address |
Posted: Tue Dec 20, 2005 9:02 am |
|
|
I write program for I2c slave on 18f452. I use directive:
#use i2c(SLAVE, SDA=PIN_C4, SCL=PIN_C3, address=0xf0, FAST=20000)
Which way can I change the slave address? I need it change in according to state on port B. |
|