This website requires JavaScript.
Explore
Help
Sign In
a2nr
/
velxio
Watch
1
Star
0
Fork
You've already forked velxio
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
velxio
/
backend
/
app
/
api
/
__init__.py
2 lines
13 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
feat: Implement Arduino Simulator with component management and simulation features - Added SimulatorCanvas component for rendering the simulator interface. - Integrated Wokwi components (Arduino, LED, Resistor, Pushbutton, Potentiometer) into the simulator. - Created PinManager to handle pin state changes and notifications. - Developed AVRSimulator class for emulating Arduino Uno functionality. - Implemented hex file loading and compilation service. - Added CSS styles for the simulator interface. - Established Zustand stores for managing editor and simulator states. - Created utility functions for parsing Intel HEX format. - Set up Vite configuration for the frontend project. - Added batch scripts for starting backend and frontend servers, and updating Wokwi libraries.
2026-03-03 10:20:49 +07:00
# API module