File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Wokwi Part Tests
2
2
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
4
4
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
+
You can’t perform that action at this time.
0 commit comments