add may_exec to parameter list

This commit is contained in:
Jeff Epler 2023-08-07 16:28:35 -05:00
parent 755fdfab7a
commit e06f836e95
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -62,6 +62,7 @@
//| program: ReadableBuffer,
//| frequency: int,
//| *,
//| may_exec: Optional[ReadableBuffer] = None,
//| init: Optional[ReadableBuffer] = None,
//| first_out_pin: Optional[microcontroller.Pin] = None,
//| out_pin_count: int = 1,