|
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 | info () |
| Print a little info about the driver. More... | |
| void | usage () |
| Print a little info on how to use the driver. More... | |
Variables | |
| TFMINI * | g_dev |
Local functions in support of the shell command.
| int tfmini::info | ( | ) |
Print a little info about the driver.
Print a little info about the driver.
| int tfmini::stop | ( | ) |
Stop the driver.
Stop the driver.
| void tfmini::usage | ( | void | ) |
Print a little info on how to use the driver.
Prints info about the driver argument usage.
1.8.12