Skip to content
Snippets Groups Projects
Commit 562218d8 authored by René Kijewski's avatar René Kijewski
Browse files

Merge pull request #4369 from haukepetersen/fix_saul_typos

sys/phydat: fixed typos in documentation
parents e53dc6f5 6134dc80
No related branches found
No related tags found
No related merge requests found
...@@ -112,13 +112,13 @@ enum { ...@@ -112,13 +112,13 @@ enum {
/** /**
* @brief Generic data structure for expressing physical values * @brief Generic data structure for expressing physical values
* *
* Physical data is express in a 3-dimensional touple of values. In addition to * Physical data is expressed in a 3-dimensional touple of values. In addition
* the data fields, this struct contains further the (physical) unit and the * to the data fields, this struct contains further the (physical) unit and the
* scale factor of the data. The unit is expressed as constant. The scale factor * scale factor of the data. The unit is expressed as constant. The scale factor
* is expressed as power of 10 (10^factor). * is expressed as power of 10 (10^factor).
* *
* The combination of signed 16-bit numbers with and the scale factor gives us a * The combination of signed 16-bit numbers with and the scale factor gives us a
* very high dynamic range (from -32*10^-131 to 32*10^130). I a wider sense we * very high dynamic range (from -32*10^-131 to 32*10^130). In a wider sense we
* are saving the values as fixed floating points... * are saving the values as fixed floating points...
* *
* The scale factor is identical for all 3 values. * The scale factor is identical for all 3 values.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment