diff --git a/_includes/header.html b/_includes/header.html index 33e609087..85925845b 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 3ce7a1282..f09efbccb 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. +

+
+
+