This short program illustrates how to use the DS130x_I2C library. My objective is to share the same RTC with Microchip 18F MCU.

Dependencies:   mbed DebugLibrary

Committer:
Yann
Date:
Fri Feb 11 10:17:20 2011 +0000
Revision:
1:995212d326ca
Parent:
0:f30e2135b0db
V0.0.0.2

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Yann 0:f30e2135b0db 1 #ifndef SHA1CONFIG_H
Yann 0:f30e2135b0db 2 #define SHA1CONFIG_H
Yann 0:f30e2135b0db 3
Yann 0:f30e2135b0db 4 #define POLARSSL_SHA1_C 1
Yann 0:f30e2135b0db 5
Yann 0:f30e2135b0db 6 #endif