From 0c8c9ad976879f7c90f9915a60845ccb0cdb337d Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 25 Dec 2013 13:25:16 +0100 Subject: initial commit --- htdocs/app/devices-monitor/index.html | 36 ++++++++++++++++++++ htdocs/app/gpio-header/index.html | 18 ++++++++++ htdocs/app/gpio-list/index.html | 28 +++++++++++++++ htdocs/app/serial-monitor/index.html | 64 +++++++++++++++++++++++++++++++++++ 4 files changed, 146 insertions(+) create mode 100644 htdocs/app/devices-monitor/index.html create mode 100644 htdocs/app/gpio-header/index.html create mode 100644 htdocs/app/gpio-list/index.html create mode 100644 htdocs/app/serial-monitor/index.html (limited to 'htdocs/app') diff --git a/htdocs/app/devices-monitor/index.html b/htdocs/app/devices-monitor/index.html new file mode 100644 index 0000000..6e969dc --- /dev/null +++ b/htdocs/app/devices-monitor/index.html @@ -0,0 +1,36 @@ + + + + + + WebIOPi | Devices Monitor + + + + + +

Devices Monitor

+
+
+ + diff --git a/htdocs/app/gpio-header/index.html b/htdocs/app/gpio-header/index.html new file mode 100644 index 0000000..0634b1e --- /dev/null +++ b/htdocs/app/gpio-header/index.html @@ -0,0 +1,18 @@ + + + + + + WebIOPi | GPIO Header + + + + +
+ + diff --git a/htdocs/app/gpio-list/index.html b/htdocs/app/gpio-list/index.html new file mode 100644 index 0000000..6c0cf1a --- /dev/null +++ b/htdocs/app/gpio-list/index.html @@ -0,0 +1,28 @@ + + + + + + WebIOPi | GPIO List + + + + + +
+ + diff --git a/htdocs/app/serial-monitor/index.html b/htdocs/app/serial-monitor/index.html new file mode 100644 index 0000000..cdc8524 --- /dev/null +++ b/htdocs/app/serial-monitor/index.html @@ -0,0 +1,64 @@ + + + + + + WebIOPi | Serial Monitor + + + + + +

Serial Monitor

+Serial device :
+Input :
+
+Output : + + -- cgit v1.2.3