Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 641 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 641 Bytes

Wokwi sn54ls51 Chip

This is a custom chip for Wokwi. It implements the sn54ls51 IC.

Usage

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

  "dependencies": {
    "chip-sn54ls51": "github:wokwi-custom-chips/sn54ls51@0.1.0"
  }

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

  "parts": {
    ...,
    { "type": "chip-sn54ls51", "id": "chip1" }
  },

For a complete example, see The sn54ls51 chip test project.