IVSC Project

Dependencies:   USBDevice mbed

Revision:
1:82f2ef52759e
Child:
4:262764d24e4d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DigiPot.h	Wed Nov 14 20:01:50 2012 +0000
@@ -0,0 +1,5 @@
+//Digipot.h
+#include "mbed.h"
+
+int PotReset(void);
+int SetResist (uint8_t *);