Skip to content

Commit a19a4fa

Browse files
authored
Update README.md
1 parent 2674842 commit a19a4fa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
# SINGLE 2-INPUT POSITIVE-OR GATE Chip
1+
# SN74AHCT1G32
2+
## SINGLE 2-INPUT POSITIVE-OR GATE Chip
23

34
Example of a basic custom chip for [Wokwi](https://wokwi.com/).
45

56
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).
67

8+
## Chip functionalities explained in DOCS
9+
10+
[Go-to-docs](docs/README.md)
11+
712
## Building
813

914
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

Comments
 (0)