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 MYCRYPT_H
Yann 0:f30e2135b0db 2 #define MYCRYPT_H
Yann 0:f30e2135b0db 3
Yann 0:f30e2135b0db 4 void scramble_323(char *to, const char *message, const char *password);
Yann 0:f30e2135b0db 5
Yann 0:f30e2135b0db 6 #endif