FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
devices::magneto::Status Class Reference

The chip status, as defined in datasheet p16. More...

#include <fastarduino/devices/hmc5883l.h>

Public Member Functions

bool ready () const
 Readiness of device. More...
 
bool lock () const
 Check datasheet p16 for further explanations. More...
 

Detailed Description

The chip status, as defined in datasheet p16.

Definition at line 110 of file hmc5883l.h.

Member Function Documentation

◆ ready()

bool devices::magneto::Status::ready ( ) const
inline

Readiness of device.

Returns
true if full measure is ready to read
false if measure is not ready (currently being written to device registers)

Definition at line 122 of file hmc5883l.h.

◆ lock()

bool devices::magneto::Status::lock ( ) const
inline

Check datasheet p16 for further explanations.

Returns
true
false

Definition at line 133 of file hmc5883l.h.


The documentation for this class was generated from the following file: