Satellite Observers Workbench. NOT yet complete, just published for forum posters to \"cherry pick\" pieces of code as requiered as an example.

Dependencies:   mbed

Revision:
0:0a841b89d614
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/md5/md5.h	Mon Oct 11 10:34:55 2010 +0000
@@ -0,0 +1,9 @@
+
+#ifndef MD5_H
+#define MD5_H
+
+
+void md5(const char *s, char *md5str);
+void md5_short(const char *s, char *md5str, int day);
+
+#endif