Rover API Documentation
|
#include <roverapi/rover_gpio.hpp>
Go to the source code of this file.
Classes | |
class | rover::RoverButton |
RoverButton class contains member functions to access Shutdown button, User button, and customly installed buttons on the rover. More... | |
Namespaces | |
rover | |
rover Namespace contains classes to manage Rover sensors, gpio, buzzer, buttons, driving, utilities, and cloud. | |
Enumerations | |
enum | rover::RoverButtonType_t { rover::USER_BUTTON = 0, rover::SHUTDOWN_BUTTON = 1, rover::CUSTOM_BUTTON = 2 } |
Button type. More... | |