Merge branch 'master' into master

This commit is contained in:
Melissa LeBlanc-Williams 2021-01-15 09:06:29 -07:00 committed by GitHub
commit 44b5fd537d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 3150 additions and 2751 deletions

View file

@ -185,6 +185,9 @@
"feather_stm32f405_express": { "feather_stm32f405_express": {
"family": "atmel-samd", "family": "atmel-samd",
}, },
"fluff_m0": {
"family": "atmel-samd",
},
"gb_m4": { "gb_m4": {
"family": "atmel-samd", "family": "atmel-samd",
}, },

File diff suppressed because it is too large Load diff

View file

@ -7,6 +7,7 @@
<a href="https://blog.adafruit.com/category/circuitpython">News</a> <a href="https://blog.adafruit.com/category/circuitpython">News</a>
<a {% if current[1] == 'awesome' %}class='active'{% endif %} href="{{ "/awesome" | relative_url }}">Awesome</a> <a {% if current[1] == 'awesome' %}class='active'{% endif %} href="{{ "/awesome" | relative_url }}">Awesome</a>
<a href="https://www.adafruitdaily.com/category/circuitpython">Newsletter</a> <a href="https://www.adafruitdaily.com/category/circuitpython">Newsletter</a>
<a href="https://circuitpython.readthedocs.io/">API</a>
<a href="https://forums.adafruit.com/viewforum.php?f=60">Help</a> <a href="https://forums.adafruit.com/viewforum.php?f=60">Help</a>
<span> <span>
<a href="https://adafru.it/discord"><i class="fab fa-discord"></i></a> <a href="https://adafru.it/discord"><i class="fab fa-discord"></i></a>

Binary file not shown.

After

Width:  |  Height:  |  Size: 755 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

View file

@ -15,6 +15,11 @@
} }
&> p {
font-size: 1.2em;
margin-top: 0;
}
.downloads-inputs { .downloads-inputs {
display: flex; display: flex;
flex-direction: row; flex-direction: row;

View file

@ -6,6 +6,9 @@ permalink: /blinka
<div id="downloads-page"> <div id="downloads-page">
<h1>Blinka</h1> <h1>Blinka</h1>
<p>
Blinka brings CircuitPython APIs and, therefore, CircuitPython libraries to single board computers (SBCs). It is a <a href="https://pypi.org/project/Adafruit-Blinka/">pip installable Python library</a> that runs in normal "desktop" Python. The CircuitPython runtime isn't used. <a href="https://pypi.org/search/?q=adafruit-circuitpython">CircuitPython libraries</a> can also be installed via pip. See <a href="https://learn.adafruit.com/circuitpython-on-raspberrypi-linux"> the guide</a> for further details.
</p>
<div class="downloads-inputs"> <div class="downloads-inputs">
<div class="downloads-search"> <div class="downloads-search">
<label class="search-wrapper"> <label class="search-wrapper">

View file

@ -127,6 +127,34 @@ layout: home
</section> </section>
</div> </div>
<div class="headline-banner supported-section">
<img class="image-headline pinball" alt="hero image"
src="{{ "assets/images/CircuitPython_Sensors.jpg" |
relative_url }}"
/>
<div class="text">
<div class="title"><span>280+ libraries all written in Python</span></div>
</div>
</div>
<div class="content">
<section>
<img class="responsive" src="{{ "/assets/images/raspberry_pi.png" | relative_url }}"
srcset="{{ "/assets/images/raspberry_pi.png" | relative_url }} 1x,
{{ "/assets/images/raspberry_pi@2x.png" | relative_url }} 2x,
{{ "/assets/images/raspberry_pi@3x.png" | relative_url }} 3x" alt="Raspberry Pi">
<h2>CircuitPython libraries on single board computers</h2>
<p>
Most CircuitPython libraries also work on <a href="/blinka">single board computers (SBCs)</a>, such as the Raspberry Pi.
Linux runs "desktop" Python (commonly known as CPython) instead of CircuitPython.
Our CPython Blinka library provides CircuitPython's low level hardware APIs, such as `digitalio`.
</p>
<p>
Blinka and CircuitPython libraries are just a `pip install` away.
</p>
</section>
</div>
<div class="purple banner"> <div class="purple banner">
<div class="content short"> <div class="content short">
<h2>Just the beginning...</h2> <h2>Just the beginning...</h2>
@ -164,4 +192,3 @@ layout: home
</section> </section>
</div> </div>
</div> </div>