ishotjr / Adafruit_Learning_System_Guides

Programs and scripts to display "inline" in Adafruit Learning System guides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Introduction

This is a collection of smaller programs and scripts to display "inline" in Adafruit Learning System guides. Subdirectories here will generally contain a README with a link to their corresponding guide.

Testing

The code here is partially checked by GitHub Actions against Pylint (for CircuitPython code) or the Arduino compilation process.

Code in directories containing a file called .circuitpython.skip will be skipped by Pylint checks.

Code in directories containing a .[platformname].test file, such as .uno.test will be compiled against the corresponding platform.

This is a work in progress.

About

Programs and scripts to display "inline" in Adafruit Learning System guides

License:MIT License


Languages

Language:C 56.6%Language:Python 25.3%Language:C++ 13.1%Language:Jupyter Notebook 3.2%Language:OpenSCAD 1.0%Language:Processing 0.3%Language:Assembly 0.3%Language:Shell 0.1%Language:Ruby 0.0%Language:HTML 0.0%Language:JavaScript 0.0%Language:Makefile 0.0%Language:CMake 0.0%