summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/eveL/__init__.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/shared-bindings/eveL/__init__.c b/shared-bindings/eveL/__init__.c
index 3bbffa257..7a549b856 100644
--- a/shared-bindings/eveL/__init__.c
+++ b/shared-bindings/eveL/__init__.c
@@ -33,6 +33,18 @@
// #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 {
mp_obj_base_t base;
mp_obj_t writer;