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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers sha1config.h Source File

sha1config.h

00001 #ifndef SHA1CONFIG_H
00002 #define SHA1CONFIG_H
00003 
00004 #define POLARSSL_SHA1_C 1
00005 
00006 #endif