Berry added `close()` to class `serial` (#21042)

This commit is contained in:
s-hadinger 2024-03-26 22:23:37 +01:00 committed by GitHub
parent 417f8b0e9b
commit 06e352dc19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
- Zigbee support for attributes of type `uint48` used by energy monitoring (#20992)
- Support for EU863-870 LoRaWanBridge
- Added GPIO for SPI for Universal Touch Screen
- Berry added `close()` to class `serial`
### Breaking Changed

View File

@ -84,6 +84,7 @@ class be_class_serial (scope: global, name: serial) {
init, func(b_serial_init)
deinit, func(b_serial_deinit)
close, func(b_serial_deinit)
write, func(b_serial_write)
read, func(b_serial_read)