bianchi77
Advanced Member level 4
- Joined
- Jun 11, 2009
- Messages
- 1,313
- Helped
- 21
- Reputation
- 44
- Reaction score
- 20
- Trophy points
- 1,318
- Location
- California
- Activity points
- 9,442
Guys,
Does anyone know on updating bit 6 on address 02 on DS1307 ?
Is it directly write like this ?
i2c_write(ds1307_addr[2]);//hour
I'm confused on changing bit 6
can it be only ds1307_addr[2]=0x40 ?
Any concerns will be appreciated,
thank you
Does anyone know on updating bit 6 on address 02 on DS1307 ?
Is it directly write like this ?
i2c_write(ds1307_addr[2]);//hour
I'm confused on changing bit 6
can it be only ds1307_addr[2]=0x40 ?
Any concerns will be appreciated,
thank you