Smartcar Shield
|
This is the complete list of members for Runtime, including all inherited members.
currentTimeMicros()=0 | Runtime | pure virtual |
currentTimeMillis()=0 | Runtime | pure virtual |
delayMicros(unsigned int microseconds)=0 | Runtime | pure virtual |
delayMillis(unsigned long milliseconds)=0 | Runtime | pure virtual |
getAnalogPinState(uint8_t pin)=0 | Runtime | pure virtual |
getHighState() const =0 | Runtime | pure virtual |
getInputState() const =0 | Runtime | pure virtual |
getLowState() const =0 | Runtime | pure virtual |
getOutputState() const =0 | Runtime | pure virtual |
getPinState(uint8_t pin)=0 | Runtime | pure virtual |
getPulseDuration(uint8_t pin, uint8_t state, unsigned long timeout)=0 | Runtime | pure virtual |
getRisingEdgeMode() const =0 | Runtime | pure virtual |
i2cAvailable()=0 | Runtime | pure virtual |
i2cBeginTransmission(uint8_t address)=0 | Runtime | pure virtual |
i2cEndTransmission()=0 | Runtime | pure virtual |
i2cInit()=0 | Runtime | pure virtual |
i2cRead()=0 | Runtime | pure virtual |
i2cRequestFrom(uint8_t address, uint8_t numberOfBytes)=0 | Runtime | pure virtual |
i2cWrite(uint8_t value)=0 | Runtime | pure virtual |
pinToInterrupt(uint8_t pin)=0 | Runtime | pure virtual |
setInterrupt(uint8_t pin, InterruptCallback callback, int mode)=0 | Runtime | pure virtual |
setPinDirection(uint8_t pin, uint8_t direction)=0 | Runtime | pure virtual |
setPinState(uint8_t pin, uint8_t state)=0 | Runtime | pure virtual |
setPWM(uint8_t pin, int dutyCycle)=0 | Runtime | pure virtual |
~Runtime()=default | Runtime | virtual |