|
ArdEV3
Use EV3 peripherals from Arduino microcontrollers.
|
#include <EV3TouchSensor.h>
Public Member Functions | |
| bool | Pressed () |
| Whether or not the touch sensor is currently pressed. | |
| virtual void | Setup () |
| Public Member Functions inherited from ev3::_::Peripheral< TouchSensorPortConfig > | |
| Peripheral (TouchSensorPortConfig ports) | |
| Initialize this peripheral from the specified port configuration. | |
| auto | Ports () -> TouchSensorPortConfig const & |
| Get the port configuration for this peripheral. | |
| virtual void | Loop () |
Additional Inherited Members | |
| Protected Attributes inherited from ev3::_::Peripheral< TouchSensorPortConfig > | |
| TouchSensorPortConfig | ports |
A class to drive an EV3 touch sensor. See TouchSensorPortConfig for wiring information.
|
virtual |
Reimplemented from ev3::_::Peripheral< TouchSensorPortConfig >.