|
Nintendo R.O.B. Control Library
v1.1.2
Library to control the Nintendo Robotic Operating Buddy
|
This is the complete list of members for nes::rob::HardwareAbstractionLayer, including all inherited members.
| delayMicroseconds(unsigned int us) const =0 | nes::rob::HardwareAbstractionLayer | pure virtual |
| digitalWrite(unsigned int pin, int state) const =0 | nes::rob::HardwareAbstractionLayer | pure virtual |
| init(void *reserved=nullptr)=0 | nes::rob::HardwareAbstractionLayer | pure virtual |
| PIN_MODE_INPUT | nes::rob::HardwareAbstractionLayer | static |
| PIN_MODE_INPUT_PULLUP | nes::rob::HardwareAbstractionLayer | static |
| PIN_MODE_OUTPUT | nes::rob::HardwareAbstractionLayer | static |
| PIN_STATE_HIGH | nes::rob::HardwareAbstractionLayer | static |
| PIN_STATE_LOW | nes::rob::HardwareAbstractionLayer | static |
| pinMode(unsigned int pin, int mode) const =0 | nes::rob::HardwareAbstractionLayer | pure virtual |
| ~HardwareAbstractionLayer(void) | nes::rob::HardwareAbstractionLayer | inlinevirtual |