Bela
Real-time, ultra-low-latency audio and sensor processing system for BeagleBone Black
|
Functions | |
bool | check (const std::string &pin, const std::string &desiredState) |
std::string | get (const std::string &pin) |
void | set (const std::string &pin, const std::string &desiredState) |
Utilities to manipulate pinmux via bone-pinmux-helper
bool PinmuxUtils::check | ( | const std::string & | pin, |
const std::string & | desiredState | ||
) |
Check whether the current state of
pin | matches |
desiredState. |
std::string PinmuxUtils::get | ( | const std::string & | pin | ) |
Check the current state of
pin |
void PinmuxUtils::set | ( | const std::string & | pin, |
const std::string & | desiredState | ||
) |
Set the state of
pin |