This project allows you to control the colors of led lights using an arduino. the colors are sent via the serial port and set to the appropriate pwm values. open the serial monitor in the arduino ide.
qtgui/ ├── interpreter/ # Python 环境配置 │ ├── .env_qt_python/ # Python 虚拟环境 │ ├── requirements.txt # Python 依赖列表 │ └── README.md # Python 环境设置指南 ├── src/ # MoonBit 源代码 ...