aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2024-12-25 00:34:42 +0100
committerBernhard Guillon <Bernhard.Guillon@begu.org>2024-12-29 19:54:53 +0100
commit1762c56956bafd6fc0636516b494dfa935ff8aec (patch)
tree5b693c0c70400b71c982401fd9693a48991d3c23 /INSTALL
parent40404fb81dfad3f5c5cf567bb053796a9135165e (diff)
downloadwb3s-ble-nebula-galaxy-1762c56956bafd6fc0636516b494dfa935ff8aec.tar.gz
wb3s-ble-nebula-galaxy-1762c56956bafd6fc0636516b494dfa935ff8aec.zip
space_light: first version
TODO: pwm initialization is currently best guess could be wrong active low|high TODO: implement pairing TODO: implement timer TODO: use the button for something TODO: implement a better client
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL21
1 files changed, 0 insertions, 21 deletions
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 806bee2..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,21 +0,0 @@
-Step 1. (if the archive name you downloader ends with .zip)
-Change to your project directory (say, projects/), and copy
-the project archive (bk_ble.tar.zip) into it. Now extract the
-files from the archive using
-
-~$ tar xzvf bk_ble.tar.zip
-
-or Step 1. (if the archive name you downloader ends with .bz2)
-Change to your project directory (say, projects/), and copy
-the project archive (bk_ble.tar.bz2) into it. Now extract the
-files from the archive using
-
-~$ tar xjvf bk_ble.tar.bz2
-
-Step 2. Now change to the bk_ble/ directory. Finally, run
-
-~$ make sdk_install
-
-This will download Beken's code, extract the toolchain and
-the SDK, and apply the patches needed to make the project
-compile.