Skip to content

Commit

Permalink
Documented units.
Browse files Browse the repository at this point in the history
  • Loading branch information
linguini1 committed Nov 28, 2023
1 parent 474a3a7 commit 0a914a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sensors/sensor_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

/** Describes what data type the sensor is able to read. */
typedef enum sensor_tag_t {
TAG_TEMPERATURE, /**< Temperature */
TAG_PRESSURE, /**< Pressure */
TAG_TEMPERATURE, /**< Temperature in degrees Celsius */
TAG_PRESSURE, /**< Pressure in kilo Pascals */
} SensorTag;

typedef enum sensor_precision_t {
Expand Down

0 comments on commit 0a914a0

Please sign in to comment.