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:
Wed Feb 09 13:57:49 2011 +0000
Revision:
0:f30e2135b0db
V0.0.0.1

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