fixed missing comma

This commit is contained in:
kolkmvd 2023-07-10 12:28:36 +02:00 committed by GitHub
parent 21d08646e1
commit 2860593425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
//| data: Union[microcontroller.Pin, List[microcontroller.Pin]],
//| latch: microcontroller.Pin,
//| value_to_latch: bool = True,
//| key_count: Union[int, List[int]]
//| key_count: Union[int, List[int]],
//| value_when_pressed: bool,
//| interval: float = 0.020,
//| max_events: int = 64