I2C PIN
This commit is contained in:
+5
-3
@@ -551,10 +551,12 @@ static void SimpleBLEPeripheral_taskFxn(UArg a0, UArg a1) {
|
||||
Elite_SPI_init();
|
||||
ZM_init();
|
||||
|
||||
// I2Cinit();
|
||||
LEDPowerON();
|
||||
// PIN_setOutputValue(pin_handle, enable_5v, 1);
|
||||
|
||||
// I2Cinit();
|
||||
// LEDPowerON();
|
||||
|
||||
|
||||
PIN_setOutputValue(pin_handle, enable_5v, 1);
|
||||
PIN_setOutputValue(pin_handle, enable_10v, 0);
|
||||
|
||||
uint8_t key = 0;
|
||||
|
||||
Reference in New Issue
Block a user