#include <modm/driver/encoder/as5047.hpp>
|
| enum | Errorfl : uint16_t { Parerr = Bit2,
Invcomm = Bit1,
Frerr = Bit0
} |
| |
|
| | As5047 (Data &data) |
| |
|
void | read () |
| | Read the raw data from the sensor.
|
| |
|
Data & | getData () |
| | Get the data object for this sensor.
|
| |
|
void | attachConfigurationHandler (Spi::ConfigurationHandler handler) |
| |
|
|
bool | acquireMaster () |
| |
|
bool | releaseMaster () |
| |
template<typename SpiMaster, typename Cs>
class modm::as5047< SpiMaster, Cs >
- Template Parameters
-
template<typename SpiMaster , typename Cs >
- Parameters
-
| data | pointer to buffer of the internal data of type Data |
The documentation for this class was generated from the following file: