elixys periphreal system firmware library

Dependencies:   MAX31855 MCP23S18 MCP3202 MCP3208 MCP482x ShiftRegister1

Fork of elixys by Henry Herman

Revision:
0:542583a6f6bb
Child:
1:b0f7c49b67f8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/elixys.h	Wed Oct 30 18:17:06 2013 +0000
@@ -0,0 +1,21 @@
+#ifndef ELIXYS_H
+#define ELIXYS_H
+#include "mbed.h"
+#include "ChipSelectArray.h"
+#include "max31855.h"
+
+namespace Elixys {
+    extern SPI spibus;
+    
+    extern max31855 tcintf0;
+    extern max31855 tcintf1;
+    extern max31855 tcintf2;
+    extern max31855 tcintf3;
+    extern max31855 tcintf4;
+    extern max31855 tcintf5;
+    extern max31855 tcintf6;
+    extern max31855 tcintf7;
+    extern max31855 tcintf8;
+}
+
+#endif //ELIXYS_H
\ No newline at end of file