#include <cstddef>
Namespaces | |
SG | |
SG::BeagleBone | |
SG::BeagleBone::USB | |
Manipulate the USB Type-A port on a BeagleBone. | |
Functions | |
void | SG::BeagleBone::USB::toggle (const bool turn_on, const size_t sleep_time_in_milliseconds) |
Turn ON or turn OFF the power to the USB Type-A port. More... | |
void | SG::BeagleBone::USB::toggle (const size_t sleep_time_in_milliseconds=500) |
Turn the power to the USB Type-A port OFF then back ON after a short pause. More... | |
void | SG::BeagleBone::USB::set (const bool turn_on) |
Set the power to the USB Type-A port ON or OFF . More... | |
void | SG::BeagleBone::USB::turn_on (void) |
Turn ON the power to the USB Type-A port. More... | |
void | SG::BeagleBone::USB::turn_off (void) |
Turn OFF the power to the USB Type-A port. More... | |