Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kseen715/wokwi-pca9538

PCA9538 implimentation for Wokwi simulator
https://github.com/kseen715/wokwi-pca9538

Last synced: 8 days ago
JSON representation

PCA9538 implimentation for Wokwi simulator

Awesome Lists containing this project

README

        

# wokwi-pca9538



## Description
This is PCA9538 implimentation for [Wokwi simulator](https://wokwi.com/). Feel free to use it in your projects.
## Usage example
Add `pca9538.chip.c` & `pca9538.chip.json` files into your project, then put this JSON code in your `diagram.json`.
```
"parts": [
{
"type": "chip-pca9538",
"id": "pca9538_1",
"top": 0,
"left": 0,
"attrs": {}
}
]
```
You can test it in my showcase project https://wokwi.com/projects/381564992805272577.