From bbd7e5554920b0f76a0facab6779b08215c95e67 Mon Sep 17 00:00:00 2001
From: schneider <schneider@blinkenlichts.net>
Date: Tue, 25 Jun 2019 00:33:21 +0200
Subject: [PATCH] add epicardium api development stub

---
 en/firmware/epicardium_api_development.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 en/firmware/epicardium_api_development.md

diff --git a/en/firmware/epicardium_api_development.md b/en/firmware/epicardium_api_development.md
new file mode 100644
index 0000000..f2bfd5d
--- /dev/null
+++ b/en/firmware/epicardium_api_development.md
@@ -0,0 +1,21 @@
+---
+title: Epicardium API Development
+---
+
+# Epicardium API Development
+
+## Overview
+
+The Epicardium API allowsd user code running on core 1 (running the pycardium) to access functionality running on the epicardium (core 0).
+
+In other words: It allows you to call C code running on the Epicardium from a Python module.
+
+## API definition
+
+## API implementation
+
+## Build System Integration
+
+## Best Practices
+
+## Internals
-- 
GitLab