File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
ports/raspberrypi/bindings/rp2pio Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -313,9 +313,8 @@ STATIC void check_for_deinit(rp2pio_statemachine_obj_t *self) {
313
313
314
314
//| def restart(self) -> None:
315
315
//| """Resets this state machine, runs any init and enables the clock."""
316
- // TODO: "and any others given. They must share an underlying PIO. An exception will be raised otherwise.""
317
316
//| ...
318
- //|
317
+ // TODO: "and any others given. They must share an underlying PIO. An exception will be raised otherwise.""
319
318
STATIC mp_obj_t rp2pio_statemachine_restart (mp_obj_t self_obj ) {
320
319
rp2pio_statemachine_obj_t * self = MP_OBJ_TO_PTR (self_obj );
321
320
check_for_deinit (self );
Original file line number Diff line number Diff line change 40
40
//| contains methods for constructing EVE command
41
41
//| buffers and appending basic graphics commands."""
42
42
//|
43
-
44
43
//| class _EVE:
44
+ //| def __init__(self) -> None:
45
+ //| """Create an _EVE object"""
45
46
//|
46
-
47
47
typedef struct _mp_obj__EVE_t {
48
48
mp_obj_base_t base ;
49
49
common_hal__eve_t _eve ;
You can’t perform that action at this time.
0 commit comments