2019-2020 LPS22HH Altimeter Project
Dependencies: X_NUCLEO_IKS01A3
Revision 15:913ecebcc7ed, committed 2019-09-23
- Comitter:
- martlefebvre94
- Date:
- Mon Sep 23 13:07:09 2019 +0000
- Parent:
- 14:abc98c6982b5
- Commit message:
- Sampling frequency -> Readout frequency
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r abc98c6982b5 -r 913ecebcc7ed main.cpp --- a/main.cpp Sun Sep 22 10:32:20 2019 +0000 +++ b/main.cpp Mon Sep 23 13:07:09 2019 +0000 @@ -50,7 +50,7 @@ #include "stm32l0xx_hal_flash.h" /* Defines */ -#define FS 10.0 // Sampling frequency (Hz) +#define FS 10.0 // Readout frequency (Hz) // LPS22HH Pressure sensor #define P0 1013.26 // Sea level pressure (hPa)