Skip to content

Commit 7a92bbe

Browse files
authored
Update colour.py
1 parent caa41a2 commit 7a92bbe

1 file changed

Lines changed: 0 additions & 46 deletions

File tree

sense_hat/colour.py

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,3 @@
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 9a67533 on 1 Jun
28-
History
29-
2 contributors
30-
@boukeas@G3zz
31-
358 lines (301 sloc) 11.6 KB
32-
331
"""
342
Python library for the TCS34725 Color Sensor
353
Documentation (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

0 commit comments

Comments
 (0)