Skip to content

Commit 2ffa0ec

Browse files
committed
docs: update changelog
1 parent 92b02b8 commit 2ffa0ec

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
## 0.0.6 - 2025-08-17
44

5-
- feat: add `set_control()` method
6-
- feat: add `read_pin()`, `listen_pin()` methods
7-
- feat: add `serial_write()`, `serial_monitor_cat()` methods
5+
- feat: add `set_control()`, `read_pin()`, `listen_pin()`, `serial_write()` methods (#1)
86

97
## 0.0.5 - 2025-08-15
108

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ The basic example is in the [examples/hello_esp32/main.py](examples/hello_esp32/
3232
- Connect to the Wokwi Simulator
3333
- Upload a diagram and firmware files
3434
- Start a simulation
35-
- Monitor the serial output and write to them
36-
- Read GPIO pins
37-
- Control peripherals (buttons, MPU6050, etc.)
35+
- Monitor serial output asynchronously
3836

3937
You can run the example with:
4038

0 commit comments

Comments
 (0)