We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2674842 commit a19a4faCopy full SHA for a19a4fa
README.md
@@ -1,9 +1,14 @@
1
-# SINGLE 2-INPUT POSITIVE-OR GATE Chip
+# SN74AHCT1G32
2
+## SINGLE 2-INPUT POSITIVE-OR GATE Chip
3
4
Example of a basic custom chip for [Wokwi](https://wokwi.com/).
5
6
The actual source code for the chip lives in [src/main.c](src/main.c), and the pins are described in [chip.json](chip.json).
7
8
+## Chip functionalities explained in DOCS
9
+
10
+[Go-to-docs](docs/README.md)
11
12
## Building
13
14
The easiest way to build the project is to open it inside a Visual Studio Code dev container, and then run the `make` command.
0 commit comments