Skip to content

Commit b7caa16

Browse files
committed
release python-apds9960 0.3.0
1 parent bfaaa61 commit b7caa16

1 file changed

Lines changed: 24 additions & 3 deletions

File tree

ChangeLog

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,35 @@
1+
needrestart (0.3.0)
2+
3+
* Features:
4+
- add device id -0x55
5+
(github pr #8 by Trevor Sullivan @pcgeek86)
6+
- add more bit values and isLightAvailable method
7+
(github pr #14 by Rick @raceking37)
8+
9+
* Changes:
10+
- add example reading RGB values from the light sensor
11+
(github pr #12 by Mariusz Karpiarz @mkarpiarz)
12+
- speedup read*Light methods, add setLightIntegrationTime method
13+
(github pr #19 by @kai-morich)
14+
15+
* Fixes:
16+
- make examples python3 compatible
17+
(github pr #11 by Mariusz Karpiarz @mkarpiarz)
18+
- micropython compatible exception creation
19+
(github pr #18 by @kai-morich)
20+
21+
-- Thomas Liske <thomas@fiasko-nw.net> Sun, 18 Jan 2026 11:50:25 +0100
22+
123
needrestart (0.2)
224

325
* Features:
426
- micropython port
5-
(github pr #2 by Thomas Waldmann @ThomasWaldmann)
27+
(github pr #2 by Thomas Waldmann @ThomasWaldmann)
628
- upload to PyPi
729

830
* Changes:
931
- add 0xa8 to valid device id's
10-
(github pr #1 by Ristomatti Airo @ristomatti)
32+
(github pr #1 by Ristomatti Airo @ristomatti)
1133

1234
-- Thomas Liske <thomas@fiasko-nw.net> Sun, 15 Apr 2018 21:36:49 +0200
1335

@@ -16,4 +38,3 @@ needrestart (0.1)
1638
* Initial release.
1739

1840
-- Thomas Liske <thomas@fiasko-nw.net> Tue, 06 Jun 2017 01:30:55 +0200
19-

0 commit comments

Comments
 (0)