|
|
|
@ -10,7 +10,8 @@ using namespace Empty;
@@ -10,7 +10,8 @@ using namespace Empty;
|
|
|
|
|
static EmptyUARTDriver uartADriver; |
|
|
|
|
static EmptyUARTDriver uartBDriver; |
|
|
|
|
static EmptyUARTDriver uartCDriver; |
|
|
|
|
static EmptyI2CDriver i2cDriver; |
|
|
|
|
static EmptySemaphore i2cSemaphore; |
|
|
|
|
static EmptyI2CDriver i2cDriver(&i2cSemaphore); |
|
|
|
|
static EmptySPIDeviceManager spiDeviceManager; |
|
|
|
|
static EmptyAnalogIn analogIn; |
|
|
|
|
static EmptyStorage storageDriver; |
|
|
|
|