velxio/frontend/src
David Montero Crespo 5ca8a82985 feat: Enhance PinManager with PWM and Analog support
- Added PWM duty cycle tracking and callback registration to PinManager.
- Introduced methods for handling analog voltage injection and callbacks.
- Updated updatePort method to notify digital pin listeners.
- Improved listener management with clearAllListeners method.

feat: Expand BasicParts with new components

- Registered new components: 6mm Pushbutton, Slide Switch, DIP Switch 8, LED Bar Graph, and 7-Segment Display.
- Implemented event handling for each component to interact with the AVR simulator.

feat: Introduce ComplexParts with advanced components

- Added RGB LED with PWM support for color mixing.
- Implemented Potentiometer and Slide Potentiometer for analog input.
- Created Photoresistor Sensor to simulate light levels.
- Developed Analog Joystick for two-axis control and button press.
- Added Servo motor simulation with pulse width modulation.
- Implemented Buzzer using Web Audio API for sound generation.
- Created LCD 1602 and 2004 simulations with command/data processing.
2026-03-04 18:27:14 -03:00
..
__tests__ Add backend and frontend test suites for Arduino compilation and simulation 2026-03-03 16:44:07 -03:00
assets feat: Implement Arduino Simulator with component management and simulation features 2026-03-03 00:20:49 -03:00
components feat: Enhance PinManager with PWM and Analog support 2026-03-04 18:27:14 -03:00
data feat: Enhance PinManager with PWM and Analog support 2026-03-04 18:27:14 -03:00
pages feat: Enhance simulator with new components and event handling 2026-03-04 13:36:33 -03:00
services feat: update architecture documentation and improve component property dialog 2026-03-03 20:42:17 -03:00
simulation feat: Enhance PinManager with PWM and Analog support 2026-03-04 18:27:14 -03:00
store feat: add react-router-dom for routing and enhance wire rendering with automatic offsets 2026-03-04 18:03:54 -03:00
types feat: add react-router-dom for routing and enhance wire rendering with automatic offsets 2026-03-04 18:03:54 -03:00
utils feat: add react-router-dom for routing and enhance wire rendering with automatic offsets 2026-03-04 18:03:54 -03:00
App.css feat: implement examples gallery and editor page with routing and example loading functionality 2026-03-03 22:25:52 -03:00
App.tsx feat: implement examples gallery and editor page with routing and example loading functionality 2026-03-03 22:25:52 -03:00
index.css feat: Implement Arduino Simulator with component management and simulation features 2026-03-03 00:20:49 -03:00
main.tsx feat: add component metadata types and generator 2026-03-03 19:30:25 -03:00
vite-env.d.ts feat: Implement Arduino Simulator with component management and simulation features 2026-03-03 00:20:49 -03:00