Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.

Debug Analog or Digital Signals

License

Dlloydev/Wokwi-Chip-Plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wokwi-Chip-Plotter (depreciated)

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.


Description

Debug Analog or Digital Signals.

  • Plotter Sample Time range is 50-10000 µs (default 100 µs).
  • Width of plot is 250 samples.
  • Trigger modes are Off (0) Rising (default) ⬆ and Falling ⬇
  • Displays peak voltsVmax, and minimum volts Vmin
  • Displays Sample Time ^us^ and Capture Time <ms>

image

image

Pin names

Name Description
IN Input configured as ANALOG, also works with digital signals

Usage

To use this chip in your project, include it as a dependency in your diagram.json file:

  "dependencies": {
    "chip-plotter": "github:Dlloydev/Wokwi-Chip-Plotter@1.0.5"
  }

Then, add the chip to your circuit by adding a chip-plotter item to the parts section of diagram.json:

  "parts": {
    ...,
    { "type": "chip-plotter", "id": "chip-plotter1" }
  },

The actual source code for the chip lives in src/main.c, and the pins are described in chip.json.

Example

Wokwi_badge Debug Analog or Digital Signals Example

License

This project is licensed under the MIT license. See the LICENSE file for more details.

About

Debug Analog or Digital Signals

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages