Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
firmware
Commits
b5da8f1f
Commit
b5da8f1f
authored
5 years ago
by
chris007
Browse files
Options
Downloads
Patches
Plain Diff
Fix comments for bme680_sensor_data struct
parent
3c41e8dc
No related branches found
No related tags found
1 merge request
!147
Integration of BME680 Sensor (#33)
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
epicardium/epicardium.h
+4
-4
4 additions, 4 deletions
epicardium/epicardium.h
with
4 additions
and
4 deletions
epicardium/epicardium.h
+
4
−
4
View file @
b5da8f1f
...
@@ -686,13 +686,13 @@ API(API_LEDS_CLEAR_ALL, void epic_leds_clear_all(uint8_t r, uint8_t g, uint8_t b
...
@@ -686,13 +686,13 @@ API(API_LEDS_CLEAR_ALL, void epic_leds_clear_all(uint8_t r, uint8_t g, uint8_t b
* BME680 Sensor Data
* BME680 Sensor Data
*/
*/
struct
bme680_sensor_data
{
struct
bme680_sensor_data
{
/*
!
Temperature in degree celsius */
/*
*
Temperature in degree celsius */
float
temperature
;
float
temperature
;
/*
!
Humidity in % relative humidity */
/*
*
Humidity in % relative humidity */
float
humidity
;
float
humidity
;
/*
!
Pressure in Pa
scal
*/
/*
*
Pressure in
h
Pa */
float
pressure
;
float
pressure
;
/*
!
Gas resistance in Ohms */
/*
*
Gas resistance in Ohms */
float
gas_resistance
;
float
gas_resistance
;
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment