Devicehandler Package #481

Merged
meierj merged 4 commits from eive/fsfw:mueller/devicehandler-package into development 2021-09-25 16:49:54 +02:00
Owner
  • Added missing code for LIS3MDL MGM, RM3100 MGM and L3GD20 Gyro
  • Added way to specify limits for these devices
- Added missing code for LIS3MDL MGM, RM3100 MGM and L3GD20 Gyro - Added way to specify limits for these devices
muellerr added 2 commits 2021-09-23 18:15:55 +02:00
muellerr requested review from meierj 2021-09-23 18:17:36 +02:00
muellerr added the
bug
label 2021-09-23 18:17:45 +02:00
muellerr removed the
bug
label 2021-09-24 00:21:09 +02:00
meierj reviewed 2021-09-24 11:57:22 +02:00
@ -0,0 +154,4 @@
TEMPERATURE_CELCIUS
};
class MgmPrimaryDataset: public StaticLocalDataSet<5> {
Owner

This set has only 4 entries so I think also NUM_VARIABLES should be 4

This set has only 4 entries so I think also NUM_VARIABLES should be 4
muellerr marked this conversation as resolved
meierj reviewed 2021-09-24 11:58:32 +02:00
@ -0,0 +108,4 @@
FIELD_STRENGTH_Z,
};
class Rm3100PrimaryDataset: public StaticLocalDataSet<3 * sizeof(float)> {
Owner
  • only three entries in dataset (not 3 * sizeof(float))
* only three entries in dataset (not 3 * sizeof(float))
muellerr marked this conversation as resolved
meierj added 1 commit 2021-09-24 12:19:23 +02:00
muellerr added 1 commit 2021-09-25 16:40:31 +02:00
meierj approved these changes 2021-09-25 16:49:39 +02:00
meierj merged commit 061d79bb62 into development 2021-09-25 16:49:54 +02:00
muellerr added this to the v2.0.0 milestone 2021-09-27 15:02:10 +02:00
mohr deleted branch mueller/devicehandler-package 2021-09-27 15:27:45 +02:00
Sign in to join this conversation.
No description provided.