Esempio n. 1
0
void SPIBus::end_cb()
{
    sem.give();
}
Esempio n. 2
0
void I2CBus::end_cb()
{
    sem.give();
}