Skip to content

Commit 79cbf8c

Browse files
committed
feat(welcome): link to the Chips API and VS Code extension
1 parent a5a1cf1 commit 79cbf8c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/chips-api/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The debug messages from your chip will be printed in green color:
6060

6161
In addition, you can use the [Wokwi Logic Analyzer](../guides/logic-analyzer) to debug the communication with your custom chip.
6262

63-
## Chip API reference 📖
63+
## Chips API reference 📖
6464

6565
- [GPIO pins API](gpio)
6666
- [Analog API](analog)

docs/welcome.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Here are some quick examples of things you can make with Wokwi:
4949
- [Virtual Logic Analyzer](guides/logic-analyzer) - Capture digital signals in your simulation (e.g. UART, I2C, SPI) and analyze them on your computer.
5050
- [Advanced debugging with GDB](gdb-debugging) - Powerful Arduino and Raspberry Pi Pico debugger for advanced users.
5151
- [SD card simulation](parts/wokwi-microsd-card) - Store and retrieve files and directories from your code. [Club](getting-started/wokwi-club) members can also upload binary files (such as images)
52+
- [Chips API](chips-api/getting-started) - Create your own custom chips and parts, and share them with the community.
53+
- [Visual Studio Code integration](vscode/getting-started) - Simulate your embedded projects directly from VS Code.
5254

5355
## How much does it cost?
5456

0 commit comments

Comments
 (0)