File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 156
156
"ports/zephyr" ,
157
157
"py" ,
158
158
"shared-bindings/util.*" ,
159
+ "shared-bindings/eveL/modeveL-gen.h" ,
159
160
"shared-module" ,
160
161
"supervisor" ,
161
162
"tests" ,
Original file line number Diff line number Diff line change 33
33
34
34
// #if MICROPY_PY_BUILTINS_EVEL
35
35
36
+ //| :mod:`eveL` --- low-level BridgeTek EVE bindings
37
+ //| ================================================
38
+ //|
39
+ //| .. module:: eveL
40
+ //| :synopsis: low-level BridgeTek EVE bindings
41
+ //| :platform: SAMD21/SAMD51
42
+ //|
43
+ //| The `eveL` module provides a class EVEL which
44
+ //| contains methods for constructing EVE command
45
+ //| buffers and appending basic graphics commands.
46
+ //|
47
+
36
48
typedef struct _mp_obj_EVEL_t {
37
49
mp_obj_base_t base ;
38
50
mp_obj_t writer ;
You can’t perform that action at this time.
0 commit comments