fixed missing comma
This commit is contained in:
parent
21d08646e1
commit
2860593425
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue