PixArt / Mbed 2 deprecated PAT9125_OTS_L476RG

Dependencies:   mbed

Revision:
16:7bea34dc0356
Parent:
15:089f1d28d152
Child:
17:2ba047d55615
--- a/pat9125_mbed/pat9125_i2c.h	Fri Oct 20 10:58:39 2017 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#ifndef PAT9125_I2C_H
-#define PAT9125_I2C_H
-#include "stdint.h"
-#include "mbed.h"
-
-class pat9125_i2c : public I2C
-{
-    public:           
-        pat9125_i2c(PinName sda, PinName scl);
-        static pat9125_i2c * reset() ;
-};
-
-#endif
\ No newline at end of file