8000 Merge pull request #2684 from caternuson/doc_add_sensors · gregdavill/circuitpython@83d5da9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 83d5da9

Browse files
authored
Merge pull request adafruit#2684 from caternuson/doc_add_sensors
Add proximity and sound_level to Design Guide
2 parents 4fa9026 + 125409f commit 83d5da9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/design_guide.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,8 @@ properties.
476476
+-----------------------+-----------------------+-------------------------------------------------------------------------+
477477
| ``distance`` | float | centimeters |
478478
+-----------------------+-----------------------+-------------------------------------------------------------------------+
479+
| ``proximity`` | int | non-unit-specifc proximity values (monotonic but not actual distance) |
480+
+-----------------------+-----------------------+-------------------------------------------------------------------------+
479481
| ``light`` | float | non-unit-specific light levels (should be monotonic but is not lux) |
480482
+-----------------------+-----------------------+-------------------------------------------------------------------------+
481483
| ``lux`` | float | SI lux |
@@ -504,6 +506,8 @@ properties.
504506
+-----------------------+-----------------------+-------------------------------------------------------------------------+
505507
| ``weight`` | float | grams (g) |
506508
+-----------------------+-----------------------+-------------------------------------------------------------------------+
509+
| ``sound_level`` | float | non-unit-specific sound level (monotonic but not actual decibels) |
510+
+-----------------------+-----------------------+-------------------------------------------------------------------------+
507511

508512
Adding native modules
509513
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)
0