Library for MAX5387 dual channel digi pot
Revision 1:f50b0fb1f7f6, committed 2015-07-20
- Comitter:
- j3
- Date:
- Mon Jul 20 18:35:30 2015 +0000
- Parent:
- 0:bc5ccbaf1650
- Child:
- 2:602efd0437b9
- Commit message:
- Initial Commit
Changed in this revision
| max5387.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/max5387.cpp Mon Jul 20 02:42:50 2015 +0000
+++ b/max5387.cpp Mon Jul 20 18:35:30 2015 +0000
@@ -57,7 +57,6 @@
_i2c_owner = false;
_w_adrs = (i2c_adrs << 1);
- _p_i2c->frequency(400000);
}
@@ -68,7 +67,6 @@
_i2c_owner = true;
_w_adrs = (i2c_adrs << 1);
- _p_i2c->frequency(400000);
}