Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Skyward Boardcore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Emilio Corigliano
Skyward Boardcore
Commits
49f91327
Commit
49f91327
authored
2 years ago
by
Giulia Ghirardini
Committed by
Alberto Nidasio
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[LPS22DF] Added some comments in header file
parent
9f554041
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/shared/sensors/LPS22DF/LPS22DF.h
+6
-2
6 additions, 2 deletions
src/shared/sensors/LPS22DF/LPS22DF.h
with
6 additions
and
2 deletions
src/shared/sensors/LPS22DF/LPS22DF.h
+
6
−
2
View file @
49f91327
...
...
@@ -60,6 +60,10 @@ public:
/**
* @brief Averaging of pressure and temperature.
*
* For an AGV value of 512, 128, 64 the maximum ODR values are respectively
* of 25, 75 and 100 Hz. For any other AVG value all ODR configurations are
* possible.
*/
enum
AVG
:
uint8_t
{
...
...
@@ -72,11 +76,11 @@ public:
AVG_512
=
0b111
};
typedef
struct
struct
Config
{
ODR
odr
=
ODR
::
ODR_25
;
AVG
avg
=
AVG
::
AVG_512
;
}
Config
;
};
LPS22DF
(
SPIBusInterface
&
bus
,
miosix
::
GpioPin
pin
);
...
...
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