Add header for module eveL explaining what it is.
Exclude modeveL-gen.h from Sphinx build
This commit is contained in:
parent
7fd30e7d20
commit
0bcfabbc87
1
conf.py
1
conf.py
@ -156,6 +156,7 @@ exclude_patterns = ["**/build*",
|
|||||||
"ports/zephyr",
|
"ports/zephyr",
|
||||||
"py",
|
"py",
|
||||||
"shared-bindings/util.*",
|
"shared-bindings/util.*",
|
||||||
|
"shared-bindings/eveL/modeveL-gen.h",
|
||||||
"shared-module",
|
"shared-module",
|
||||||
"supervisor",
|
"supervisor",
|
||||||
"tests",
|
"tests",
|
||||||
|
@ -33,6 +33,18 @@
|
|||||||
|
|
||||||
// #if MICROPY_PY_BUILTINS_EVEL
|
// #if MICROPY_PY_BUILTINS_EVEL
|
||||||
|
|
||||||
|
//| :mod:`eveL` --- low-level BridgeTek EVE bindings
|
||||||
|
//| ================================================
|
||||||
|
//|
|
||||||
|
//| .. module:: eveL
|
||||||
|
//| :synopsis: low-level BridgeTek EVE bindings
|
||||||
|
//| :platform: SAMD21/SAMD51
|
||||||
|
//|
|
||||||
|
//| The `eveL` module provides a class EVEL which
|
||||||
|
//| contains methods for constructing EVE command
|
||||||
|
//| buffers and appending basic graphics commands.
|
||||||
|
//|
|
||||||
|
|
||||||
typedef struct _mp_obj_EVEL_t {
|
typedef struct _mp_obj_EVEL_t {
|
||||||
mp_obj_base_t base;
|
mp_obj_base_t base;
|
||||||
mp_obj_t writer;
|
mp_obj_t writer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user