Skip to content

Commit d22d2fe

Browse files
2 parents c7698ae + 10fb4bd commit d22d2fe

File tree

8 files changed

+822
-0
lines changed

8 files changed

+822
-0
lines changed

build/lib/qwiic_otos.py

Lines changed: 785 additions & 0 deletions
Large diffs are not rendered by default.
8.87 KB
Binary file not shown.
11.4 KB
Binary file not shown.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Metadata-Version: 2.1
2+
Name: sparkfun_qwiic_otos
3+
Version: 0.0.1
4+
Summary: SparkFun Electronics qwiic otos package
5+
Home-page: https://www.sparkfun.com/products/24904
6+
Author: SparkFun Electronics
7+
Author-email: [email protected]
8+
License: MIT
9+
Keywords: electronics,maker
10+
Classifier: Development Status :: 4 - Beta
11+
Classifier: Intended Audience :: Developers
12+
Classifier: Topic :: Software Development :: Build Tools
13+
Classifier: License :: OSI Approved :: MIT License
14+
Classifier: Programming Language :: Python :: 2.7
15+
Classifier: Programming Language :: Python :: 3.5
16+
Classifier: Programming Language :: Python :: 3.6
17+
Classifier: Programming Language :: Python :: 3.7
18+
License-File: LICENSE
19+
Requires-Dist: sparkfun_qwiic_i2c
20+
21+
Qwiic OTOS Py
22+
=============================================
23+
24+
The Python Package for the Qwiic Optical Tracking Odometry Sensor.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
LICENSE
2+
README.md
3+
qwiic_otos.py
4+
setup.cfg
5+
setup.py
6+
sparkfun_qwiic_otos.egg-info/PKG-INFO
7+
sparkfun_qwiic_otos.egg-info/SOURCES.txt
8+
sparkfun_qwiic_otos.egg-info/dependency_links.txt
9+
sparkfun_qwiic_otos.egg-info/requires.txt
10+
sparkfun_qwiic_otos.egg-info/top_level.txt
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sparkfun_qwiic_i2c
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
qwiic_otos

0 commit comments

Comments
 (0)