Skip to content

Commit

Permalink
#48: Improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aul12 committed Dec 29, 2022
1 parent 010d52d commit 2755b8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Src/Components/imu.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ typedef struct {
bool imu_ok;
} imu_data_t;

/**
* Errors reported by the imu to the error handler component.
*/
typedef enum {
IMU_ERROR_INIT_TIMEOUT = 1,
IMU_ERROR_INIT_SELF_TEST = 2,
Expand Down

0 comments on commit 2755b8d

Please sign in to comment.