velxio/frontend/src/__tests__
David Montero Crespo 66b4fa6030 feat: add new components and simulations for logic gates, protocols, and sensors
- Added LogicGateParts.ts for simulating various logic gates (AND, NAND, OR, NOR, XOR, NOT).
- Introduced ProtocolParts.ts for simulating I2C and SPI components including SSD1306 OLED, DS1307 RTC, MPU6050 IMU, DHT22 sensor, HX711 load cell, IR receiver, IR remote, and MicroSD card.
- Implemented BasicParts.ts with a membrane keypad and rotary dialer simulations.
- Enhanced SensorParts.ts with a single NeoPixel and PIR motion sensor.
- Updated index.ts to include new parts for logic gates and protocols.
- Modified vite-env.d.ts to declare new custom elements for the added components.
2026-03-08 16:14:03 -03:00
..
AVRSimulator.test.ts feat: establish initial simulator and editor environment with component rendering, wiring, library management, and backend services. 2026-03-04 22:05:23 -03:00
PinManager.test.ts feat: establish initial simulator and editor environment with component rendering, wiring, library management, and backend services. 2026-03-04 22:05:23 -03:00
RP2040Simulator.test.ts Refactor simulator store to unify serial data handling and add board pin mapping utility 2026-03-05 21:07:03 -03:00
integration.test.ts feat: establish initial simulator and editor environment with component rendering, wiring, library management, and backend services. 2026-03-04 22:05:23 -03:00
interactive-parts.test.ts feat: add new components and simulations for logic gates, protocols, and sensors 2026-03-08 16:14:03 -03:00
logic-gate-parts.test.ts feat: add new components and simulations for logic gates, protocols, and sensors 2026-03-08 16:14:03 -03:00
motor-parts.test.ts feat: add sensor parts and utilities for simulation 2026-03-08 02:20:21 -03:00
protocol-parts.test.ts feat: add new components and simulations for logic gates, protocols, and sensors 2026-03-08 16:14:03 -03:00
sensor-parts.test.ts feat: add sensor parts and utilities for simulation 2026-03-08 02:20:21 -03:00
simulation-parts.test.ts feat: add sensor parts and utilities for simulation 2026-03-08 02:20:21 -03:00
simulation.test.ts feat: establish initial simulator and editor environment with component rendering, wiring, library management, and backend services. 2026-03-04 22:05:23 -03:00