PixArt Imaging / Mbed 2 deprecated PAT9125_OTS_K64F

Dependencies:   pat9125_mbed mbed

Revision:
0:411244c71423
Child:
1:73967d37f487
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pat9125_mbed/pat9125_i2c.h	Tue Oct 03 07:26:38 2017 +0000
@@ -0,0 +1,13 @@
+#ifndef PAT9125_I2C_H
+#define PAT9125_I2C_H
+#include "stdint.h"
+#include "mbed.h"
+
+class pat9125_i2c : public I2C
+{
+    public:           
+        pat9125_i2c(PinName sda = I2C_SDA0, PinName scl = I2C_SCL0);
+        static pat9125_i2c * reset() ;
+};
+
+#endif
\ No newline at end of file