Skip to content

Commit

Permalink
Merge pull request #4369 from haukepetersen/fix_saul_typos
Browse files Browse the repository at this point in the history
sys/phydat: fixed typos in documentation
  • Loading branch information
Kijewski committed Dec 1, 2015
2 parents e53dc6f + 6134dc8 commit 562218d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sys/include/phydat.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ enum {
/**
* @brief Generic data structure for expressing physical values
*
* Physical data is express in a 3-dimensional touple of values. In addition to
* the data fields, this struct contains further the (physical) unit and the
* Physical data is expressed in a 3-dimensional touple of values. In addition
* 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
* is expressed as power of 10 (10^factor).
*
* 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...
*
* The scale factor is identical for all 3 values.
Expand Down

0 comments on commit 562218d

Please sign in to comment.