This is library for mcp320x. But operation check is not finished only "mcp3204".

Dependents:   Nucleo_mcp3204test

Revision:
2:d2c51376ee7c
Parent:
1:66fdf46dc4de
--- a/MCP320x.h	Fri Jan 29 02:36:06 2016 +0000
+++ b/MCP320x.h	Fri Jan 29 03:01:37 2016 +0000
@@ -2,9 +2,9 @@
 #define __MCP320x_H__
 
 #include <string>
-#include <vector>
+//#include <vector>
 
-#include "Debug.h" // Include mbed header + debug primitives. See DebugLibrary
+#include "mbed.h"
 
 namespace MCP320x_SPI {
     class CMCP320x_SPI {