Metadata-Version: 2.4
Name: ledlang
Version: 0.1.2
Summary: A language for controlling LED animations. Other device must support PLOT and CLEAR calls.
Home-page: https://github.com/ElliNet13/ledlang
Author: ElliNet13
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyserial
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# LEDLang
LED Programming Language, mostly for controlling a Micro:bit but others can be used.
[to-the-serial (helper program for the Micro:bit made with Makecode)](https://ellinet13.github.io/to-the-serial/)

| Command  | What they do                    |
|----------|---------------------------------|
| PLOT     | Turn on a pixel on the screen   |
| CLEAR    | Clear the screen                |
