Firmware
|
Local functions in support of the shell command. More...
Functions | |
int | start (const char *port, uint8_t rotation) |
Start the driver. | |
int | stop () |
Stop the driver. More... | |
int | test () |
Perform some basic functional tests on the driver; make sure we can collect data from the sensor in polled and automatic modes. | |
int | reset () |
Reset the driver. More... | |
int | info () |
Print a little info about the driver. More... | |
Variables | |
SF0X * | g_dev |
Local functions in support of the shell command.
int sf0x::info | ( | ) |
Print a little info about the driver.
Print a little info about the driver.
int sf0x::reset | ( | ) |
Reset the driver.
Reset the driver.
int sf0x::stop | ( | ) |
Stop the driver.
Stop the driver.