The capabilities of this chip (and more) are now part of the new Scope chip, therefore this repository is now marked as archived and read-only.
Plot up to 3 Analog Signals.
- Plotter
Sample Time μsrange is 50-10000 µs (default 100 µs). - Width of plot is 250 samples.
A0 Triggermodes are Off (0) Rising (default) ⬆ and Falling ⬇- Displays peak volts
Vmax, and minimum voltsVmin - Displays Sample Time
usand Capture Timems
| Name | Description |
|---|---|
| A0 | Input configured as ANALOG, also the trigger pin. |
| A1 | Input configured as ANALOG. |
| A2 | Input configured as ANALOG. |
To use this chip in your project, include it as a dependency in your diagram.json file:
"dependencies": {
"chip-analog-plot3": "github:Dlloydev/Wokwi-Chip-Plot3@1.0.2"
}Then, add the chip to your circuit by adding a chip-analog-plot3 item to the parts section of diagram.json:
"parts": {
...,
{ "type": "chip-analog-plot3", "id": "chip-analog-plot3-1" }
},The actual source code for the chip lives in src/main.c, and the pins are described in chip.json.
This project is licensed under the MIT license. See the LICENSE file for more details.

