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

NetServices/services/mysql/mycrypt.h

Committer:
Yann
Date:
2011-02-11
Revision:
1:995212d326ca
Parent:
0:f30e2135b0db

File content as of revision 1:995212d326ca:

#ifndef MYCRYPT_H
#define MYCRYPT_H

void scramble_323(char *to, const char *message, const char *password);

#endif