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
gpio gpio-expander gpio-extender i2c i2c-device pca pca9538 wokwi wokwi-custom-chip
Last synced: 22 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-02T16:32:36.000Z (7 months ago)
- Last Synced: 2024-10-31T04:42:45.213Z (2 months ago)
- Topics: gpio, gpio-expander, gpio-extender, i2c, i2c-device, pca, pca9538, wokwi, wokwi-custom-chip
- 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.