Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: pat9125_mbed mbed
Diff: pat9125_mbed/pat9125_i2c.h
- 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