added top comment block

This commit is contained in:
Robin Müller 2020-12-22 13:36:10 +01:00 committed by Robin Mueller
parent afb6ee829f
commit 23ce7dc5c3

View File

@ -3,6 +3,13 @@
#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 {
public:
GyroHandler(object_id_t objectId, object_id_t deviceCommunication,