From 40ab1b36765fe3212f764474e0632adec95a9f39 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Mon, 14 Dec 2020 15:03:17 +0100 Subject: [PATCH] added config stylesheet and example config --- config.xml | 24 +++++++++++ config.xsd | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 146 insertions(+) create mode 100644 config.xml create mode 100644 config.xsd diff --git a/config.xml b/config.xml new file mode 100644 index 0000000..9d0754d --- /dev/null +++ b/config.xml @@ -0,0 +1,24 @@ + + + + + + + GPIO_2 + + + + + + + + + + + GPIO_3 + + + + + \ No newline at end of file diff --git a/config.xsd b/config.xsd new file mode 100644 index 0000000..f571e70 --- /dev/null +++ b/config.xsd @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file