mirror of
https://github.com/ARM-software/devlib.git
synced 2025-09-01 09:31:53 +01:00
insturment: add catergory for time + doc fix
- Add a category name for time MeasurmentType's, as there are now multiple. - Fix the names of time_ms and time_us in the documentation.
This commit is contained in:
@@ -229,11 +229,11 @@ defined measurement types are
|
||||
+-------------+-------------+---------------+
|
||||
| name | units | category |
|
||||
+=============+=============+===============+
|
||||
| time | seconds | |
|
||||
| time | seconds | time |
|
||||
+-------------+-------------+---------------+
|
||||
| time | microseconds| |
|
||||
| time_us | microseconds| time |
|
||||
+-------------+-------------+---------------+
|
||||
| time | milliseconds| |
|
||||
| time_ms | milliseconds| time |
|
||||
+-------------+-------------+---------------+
|
||||
| temperature | degrees | |
|
||||
+-------------+-------------+---------------+
|
||||
|
Reference in New Issue
Block a user