Skip to content

Commit 5953a4a

Browse files
committed
docs: add list of tests to README
1 parent 6ae1c17 commit 5953a4a

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
# Wokwi Part Tests
22

3-
This repository contains a set of test projects for many Wokwi parts. The tests can be compiled
3+
This repository contains a set of test projects for many Wokwi parts. The tests can be compiled
44
using platformio and then run using the Wokwi CLI.
5+
6+
## List of Tests
7+
8+
- board-ssd1306
9+
- [ESP32](./board-ssd1306/oled-esp32/)
10+
- wokwi-dht22
11+
- [Arduino Uno](./wokwi-dht22/dht22-uno/)
12+
- [ESP32](./wokwi-dht22/dht22-esp32/)
13+
- [Raspberry Pi Pico](./wokwi-dht22/dht22-pico/)
14+
- [STM32L0](./wokwi-dht22/dht22-stm32/)
15+
- wokwi-ili9341
16+
- [Arduino Uno](./wokwi-ili9341/lcd-uno/)
17+
- wokwi-micro-sd
18+
- [ESP32](./wokwi-micro-sd/sd-esp32/)
19+
- wokwi-slide-potentiometer
20+
- [Arduino Uno](./wokwi-slide-potentiometer/pot-uno/)
21+
- [ESP32](./wokwi-slide-potentiometer/pot-esp32/)
22+

0 commit comments

Comments
 (0)