mbed library for the TCA9548 mux

Fork of libTCS34725 by Michael Wilkens

Revision:
6:79996efbdcb2
Parent:
4:cc00e3842f1b
--- a/TCA9548.h	Thu Mar 09 18:42:41 2017 +0000
+++ b/TCA9548.h	Fri Mar 31 15:49:30 2017 +0000
@@ -4,10 +4,6 @@
 
 #include "mbed.h"
 
-//These pins should be the only piece specific to the F030R8
-#define SCL            PB_8
-#define SDA            PB_9
-
 //I2C Address
 
 #define DEV_ADDR (0x70<<1)