From f82fdcfd758026a805d27d8162f172857d04eb6c Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 9 Nov 2020 18:11:16 -0800 Subject: [PATCH] Add more Blinka info Also add API link at the top. --- _includes/header.html | 1 + blinka.html | 3 +++ index.html | 30 ++++++++++++++++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/_includes/header.html b/_includes/header.html index 33e60908..85925845 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -7,6 +7,7 @@ News Awesome Newsletter + API Help diff --git a/blinka.html b/blinka.html index 3ce7a128..f09efbcc 100644 --- a/blinka.html +++ b/blinka.html @@ -6,6 +6,9 @@ permalink: /blinka

Blinka

+

+ Blinka brings CircuitPython APIs and, therefore, libraries to single board computers (SBCs). It is a pip installable Python library that runs in normal "desktop" Python. The CircuitPython runtime isn't used. Libraries can also be installed via pip. See the guide for further details. +

+
+ + hero image +
+
280+ libraries all written in Python
+
+
+ +
+
+ + Python Logo +

CircuitPython libraries on single board computers

+

+ Most CircuitPython libraries also work on single board computers (SBCs), 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`. +

+

+ Blinka and CircuitPython libraries are just a `pip install` away. +

+
+
+