File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Skip to content
2- Search or jump to …
3- Pull requests
4- Issues
5- Marketplace
6- Explore
7-
8- @snake48
9- astro - pi
10- /
11- python - sense - hat
12- Public
13- Code
14- Issues
15- 25
16- Pull requests
17- 9
18- Actions
19- Projects
20- Wiki
21- Security
22- Insights
23- python - sense - hat / sense_hat / colour .py /
24- @G3zz
25- G3zz Small improvements to lib
26- …
27- Latest commit 9 a67533 on 1 Jun
28- History
29- 2 contributors
30- @boukeas @G3zz
31- 358 lines (301 sloc ) 11.6 KB
32-
331"""
342Python library for the TCS34725 Color Sensor
353Documentation (including datasheet): https://ams.com/tcs34725#tab/documents
@@ -390,17 +358,3 @@ def rgb(self):
390358 green = property (lambda self : self .green_raw // self ._scaling )
391359 blue = property (lambda self : self .blue_raw // self ._scaling )
392360 clear = property (lambda self : self .clear_raw // self ._scaling )
393- Footer
394- © 2022 GitHub , Inc .
395- Footer navigation
396- Terms
397- Privacy
398- Security
399- Status
400- Docs
401- Contact GitHub
402- Pricing
403- API
404- Training
405- Blog
406- About
You can’t perform that action at this time.
0 commit comments