$ uname -a
# Linux raspberrypi 5.15.76-v7+ #1597 SMP Fri Nov 4 12:13:17 GMT 2022 armv7l GNU/Linux
$ lsb_release -a
# No LSB modules are available.
# Distributor ID: Raspbian
# Description: Raspbian GNU/Linux 11 (bullseye)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
appnope==0.1.2 | |
arrow==0.17.0; python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "cpython" or python_version >= "3.6" and implementation_name == "cpython" and python_full_version >= "3.5.0" | |
atomicwrites==1.4.0; python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "cpython" or python_version >= "3.6" and implementation_name == "cpython" and python_full_version >= "3.4.0" | |
attrs==20.3.0; python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "cpython" or python_version >= "3.6" and implementation_name == "cpython" and python_full_version >= "3.4.0" | |
backcall==0.2.0 | |
brotli==1.0.9; python_version >= "3.6" and implementation_name == "cpython" | |
certifi==2020.12.5; python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "cpython" or python_version >= "3.6" and implementation_name == "cpython" and python_full_version >= "3.5.0" | |
chardet==4.0.0; python_version >= "3.6" and python_full_version < "3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "test" | |
version = "0.1.0" | |
description = "" | |
authors = ["None <[email protected]>"] | |
[tool.poetry.dependencies] | |
python = "^3.6" | |
ipython = [ | |
{version = "*", python = "~3.6"}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "test" | |
version = "0.1.0" | |
description = "" | |
authors = ["None <[email protected]>"] | |
[tool.poetry.dependencies] | |
python = "3.7" | |
slash = "*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://oss.reflected.net/jenkins/146436/cm-12.1-20160127-SNAPSHOT-YOG7DAO3J1-obake.zip | |
http://oss.reflected.net/jenkins/129246/cm-12.1-20151007-SNAPSHOT-YOG4PAO332-flounder.zip | |
http://oss.reflected.net/jenkins/124145/cm-12.1-20150901-SNAPSHOT-YOG4PAO23E-vs985.zip | |
http://oss.reflected.net/jenkins/115613/cm-11-20150626-SNAPSHOT-XNG3CAO1L6-acclaim.zip | |
http://oss.reflected.net/jenkins/175002/cm-13.0-20160819-SNAPSHOT-ZNH5YAO0IA-klteduos.zip | |
http://oss.reflected.net/jenkins/153948/cm-13.0-20160316-SNAPSHOT-ZNH0EAO1QD-kipper.zip | |
http://oss.reflected.net/jenkins/174534/cm-13.0-20160816-SNAPSHOT-ZNH5YAO0F9-huashan.zip | |
http://oss.reflected.net/jenkins/124006/cm-11-20150901-SNAPSHOT-XNG3CAO3G2-tf701t.zip | |
http://oss.reflected.net/jenkins/124146/cm-12.1-20150901-SNAPSHOT-YOG4PAO23E-xt897.zip | |
http://oss.reflected.net/jenkins/135180/cm-12.1-20151117-SNAPSHOT-YOG7DAO1KI-d800.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Prop Shield Demo | |
* Author: Shawn Hymel | |
* Date: August 31, 2016 | |
* | |
* Description: | |
* Connect a single WS2812B to the LED output on the Prop Shield | |
* and a >2W speaker to the +/- speaker output. Attach the shield | |
* to a Teensy 3.2 and run the NXPMotionSense calibration sketch |