8000 add proximity and sound_level · gregdavill/circuitpython@125409f · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 125409f

Browse files
committed
add proximity and sound_level
1 parent 4fa9026 commit 125409f

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