Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kseen715/wokwi-pca9538
- Owner: Kseen715
- License: mit
- Created: 2023-11-19T20:39:54.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T16:32:36.000Z (5 months ago)
- Last Synced: 2024-06-02T18:24:14.860Z (5 months ago)
- Language: C
- Homepage:
- Size: 4.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.