Skip to content

How to import the LED package

jim edited this page Apr 11, 2026 · 4 revisions

Importing LedLab

To import this library to your project you will need to use the from and import keyword.

INMPORTANT NOTE: The Project you are using must contain the LedLab.py file in the folder it's in or download it with the pip install LedLab==1.1.0

e.g.
from LedLab import LedLab

Clone this wiki locally