Author |
Message |
Topic: DS1682 |
hubba-bubba
Replies: 3
Views: 5837
|
Forum: General CCS C Discussion Posted: Sat Sep 11, 2010 5:32 pm Subject: DS1682 |
Right, here it is a piece of my code:
I2C1_Start(); // issue I2C start signal
I2C1_Wr(0b11010110); // send DS1682 device address + Write
I2C1_Wr(0x05); ... |
Topic: DS1682 |
hubba-bubba
Replies: 3
Views: 5837
|
Forum: General CCS C Discussion Posted: Sat Sep 11, 2010 6:34 am Subject: DS1682 |
Hi,
Can anybody help me understand how this chip (DS1682+) supposed to work?
I've read the datasheet, even the AN506 application note for it, but they are too cryptic for me to understand.
I ca ... |
|