1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/unittests/tests-phydat
Marian Buschsieweke 3c287c058d
sys/phydat: Fix unit confusion
Previously, `UNIT_G` was used for g-force with the correct symbol `g`,
`UNIT_GR` for gram (as in kilogram) with the incorrect symbol `G` (which
would be correct for Gauss), and `UNIT_GS` for Gauss with symbol `Gs`
(which is an uncommon but correct symbol).

To avoid confusion between G-Force, Gauss, and Gram the units have been
renamed to `UNIT_G_FORCE`, `UNIT_GRAM`, and `UNIT_GAUSS`. In addition,
gram now uses the correct symbol `g` and Gauss uses `G`.
2023-02-23 16:44:24 +01:00
..
Makefile unittests: Add test for phydat (phydat_fit) 2018-03-22 15:21:01 +01:00
Makefile.include unittests: Add test for phydat (phydat_fit) 2018-03-22 15:21:01 +01:00
tests-phydat.c sys/phydat: Fix unit confusion 2023-02-23 16:44:24 +01:00
tests-phydat.h tests: added unittests for phydat 2020-05-20 15:29:24 +02:00