Changed to work with: http://redbearlab.com/blenano/

Dependents:   Garagem

Fork of RNG by Francois Berder

Revision:
1:0536a4ca8d35
Parent:
0:299f3795114b
Child:
2:2eb90943983b
--- a/Random.h	Tue Sep 17 11:30:29 2013 +0000
+++ b/Random.h	Tue Sep 17 12:35:12 2013 +0000
@@ -15,7 +15,7 @@
     private :
     
         uint8_t pool[16];
-        AnalogIn f;
+        AnalogIn e,f;
 };
 
 #endif