lib for working with ltc2991s

Dependents:   ece495_firmware

Fork of ltc2991_test by Logan Rooper

Revision:
5:8aa0f4e6788c
Parent:
4:85017622b676
Child:
8:c0ae66611a12
--- a/LTC2991.cpp	Thu Dec 08 21:42:33 2016 +0000
+++ b/LTC2991.cpp	Thu Dec 08 21:48:29 2016 +0000
@@ -77,7 +77,7 @@
     lti2c = new LT_I2C();
 }
 
-LTC2991::LTC2991(PinName i2c_scl_, PinName i2c_sda_) {
+LTC2991::LTC2991(PinName i2c_sda_, PinName i2c_scl_) {
     lti2c = new LT_I2C(i2c_sda_, i2c_scl_);
 }