/Designs/Measuring_instruments/RMDS01C/SW/PIC16F887/main.h |
---|
18,8 → 18,4 |
#use delay(clock=20000000) |
#use rs232(baud=9600,parity=N,xmit=PIN_C6,rcv=PIN_C7,bits=8,errors) |
//NOTE: Must declare MASTER before SLAVE, i2c_isr_state() returns 0 |
// when MASTER is the most recent #use i2c |
//#use i2c(MASTER, sda=PIN_C1, scl=PIN_C0, stream=I2CM) |
#use i2c(SLAVE, Fast, sda=PIN_C4, scl=PIN_C3, force_hw, address=0xA0) |