|
ArdEV3
Use EV3 peripherals from Arduino microcontrollers.
|
Public Member Functions | |
| Peripheral (PortConfig ports) | |
| Initialize this peripheral from the specified port configuration. | |
| auto | Ports () -> PortConfig const & |
| Get the port configuration for this peripheral. | |
| virtual void | Setup () |
| virtual void | Loop () |
Protected Attributes | |
| PortConfig | ports |
|
inlinevirtual |
Reimplemented in ev3::Motor.
|
inlinevirtual |
Reimplemented in ev3::Motor.