Update README.md

This commit is contained in:
2026-03-21 21:39:35 +00:00
parent 506da717df
commit e529ae497a

View File

@@ -1,3 +1,5 @@
# pynamics-ide
The web interface for the Pynamics utility suite.
The web interface for the Pynamics utility suite.
As of now, it's just a Pybricks uploader. Takes a main.bin MPY bytecode and sends, executes, and recieves output from a Pybricks-running Lego Robot.
Compile the program using pybricksdev compile main.py --bin >> main.bin (you need to install pybricksdev using pip first)