Skip to content

Commit 933ae38

Browse files
committed
Initial commit
1 parent 02e35d2 commit 933ae38

File tree

3 files changed

+569
-0
lines changed

3 files changed

+569
-0
lines changed

README.md

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# pb-circuitpython-libraries
2+
3+
## Info
4+
UNDER DEVELOPMENT
5+
6+
## Goals
7+
- unified api - methods: get_config, get, set, get_value
8+
- less dependencies
9+
10+
## Libraries
11+
12+
### Drivers
13+
|name|type|cathegory|description|
14+
|:---|:---|:--------|:----------|
15+
|AS7341|INPUT|sensor|11-Channel Spectral Color Sensor [415nm, 445nm, 480nm, 515nm, 555nm, 590nm, 630nm, 680nm, CLEAR, NIR]|
16+
|BH1750|INPUT|sensor|Ambient Light Sensor (1 - 65535 lx)|
17+
18+
19+
## Trademarks
20+
```
21+
"CircuitPython" is a trademark of "Adafruit Industries"
22+
"MicroPython" is a trademark of "George Robotics Ltd" ?
23+
"Python" is a registered trademark of the "Python Software Foundation"
24+
```
25+
26+
## Licence
27+
```
28+
(c) 2022, Petr Vavrin, [email protected] - MIT license
29+
30+
Permission is hereby granted, free of charge, to any person
31+
obtaining a copy of this software and associated documentation
32+
files (the "Software"), to deal in the Software without
33+
restriction, including without limitation the rights to use,
34+
copy, modify, merge, publish, distribute, sublicense, and/or sell
35+
copies of the Software, and to permit persons to whom the
36+
Software is furnished to do so, subject to the following
37+
conditions:
38+
39+
The above copyright notice and this permission notice shall be
40+
included in all copies or substantial portions of the Software.
41+
42+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
43+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
44+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
45+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
46+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
47+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
48+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
49+
OTHER DEALINGS IN THE SOFTWARE.
50+
```

0 commit comments

Comments
 (0)