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

Dependencies:   mbed

Committer:
dirkx
Date:
Sat Aug 14 15:56:01 2010 +0000
Revision:
0:a259777c45a3

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dirkx 0:a259777c45a3 1 #ifndef MYCRYPT_H
dirkx 0:a259777c45a3 2 #define MYCRYPT_H
dirkx 0:a259777c45a3 3
dirkx 0:a259777c45a3 4 void scramble_323(char *to, const char *message, const char *password);
dirkx 0:a259777c45a3 5
dirkx 0:a259777c45a3 6 #endif