Lorcan Smith / Mbed 2 deprecated Enet_SPI

Dependencies:   mbed

Committer:
lorcansmith
Date:
Mon Aug 13 15:07:40 2012 +0000
Revision:
0:2a53a4c3238c
v1.1 release includes ioAlarm traps

Who changed what in which revision?

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