- Implement `ammeter-waveform.test.ts` to validate AC readings from a sine wave source. - Create `capacitor-charge-transient.test.ts` to test the charging response of an RC circuit driven by a microcontroller pin. - Introduce `esp32-rectifier-integration.test.ts` for testing rectifier behavior using QEMU and ESP32. - Add helper functions in `esp32RectifierE2E.ts` for the rectifier test harness. - Develop `voltmeter-waveform.test.ts` to ensure correct AC and DC readings from a sine wave source. - Implement unit tests for waveform statistics in `waveform-stats.test.ts` to validate RMS, mean, peak, and interpolation functions. - Create `waveformStats.ts` to provide statistical functions for time-domain waveform analysis. |
||
|---|---|---|
| .. | ||
| esp-idf-template | ||
| __init__.py | ||
| arduino_cli.py | ||
| esp32_i2c_slaves.py | ||
| esp32_lib_bridge.py | ||
| esp32_lib_manager.py | ||
| esp32_worker.py | ||
| esp_qemu_manager.py | ||
| espidf_compiler.py | ||
| gpio_shim.py | ||
| project_files.py | ||
| qemu_manager.py | ||
| wifi_status_parser.py | ||