Example self-announcing webserver which controls a servo through a smallHTML userinterface.

Dependencies:   mbed

services/mysql/mycrypt.h

Committer:
dirkx
Date:
2010-08-14
Revision:
0:a259777c45a3

File content as of revision 0:a259777c45a3:

#ifndef MYCRYPT_H
#define MYCRYPT_H

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

#endif