When using the on board (cc3200) temperature sensor with the tmp006 energia example, Is there a way to avoid conflicts with other functions using the on board LEDs, specifically the yellow and green LED remain on when using the tmp006 example and I was using them for other functions. Can I disable or move the use of the Green and yellow LED?
here is the basic code I am using
Adafruit_TMP006 tmp006(0x41); // start with a diferent i2c address!
// Grab temperature measurements and print them.
float objt = tmp006.readObjTempC();
float fobjt = objt * 1.8 + 32.0;
Serial.print("