added top comment block
This commit is contained in:
parent
afb6ee829f
commit
23ce7dc5c3
@ -3,6 +3,13 @@
|
|||||||
|
|
||||||
#include <fsfw/devicehandlers/DeviceHandlerBase.h>
|
#include <fsfw/devicehandlers/DeviceHandlerBase.h>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Device Handler for the L3GD20H gyroscope sensor
|
||||||
|
* (https://www.st.com/en/mems-and-sensors/l3gd20h.html)
|
||||||
|
* @details
|
||||||
|
* Advanced documentation:
|
||||||
|
* https://egit.irs.uni-stuttgart.de/redmine/projects/eive-flight-manual/wiki/L3GD20H_Gyro
|
||||||
|
*/
|
||||||
class GyroHandler: public DeviceHandlerBase {
|
class GyroHandler: public DeviceHandlerBase {
|
||||||
public:
|
public:
|
||||||
GyroHandler(object_id_t objectId, object_id_t deviceCommunication,
|
GyroHandler(object_id_t objectId, object_id_t deviceCommunication,
|
||||||
|
Loading…
Reference in New Issue
Block a user