summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaveHodder67 <dave.hodder@focusrite.com>2015-07-02 10:13:27 +0100
committerDaveHodder67 <dave.hodder@focusrite.com>2015-07-02 10:13:27 +0100
commitb610731696267a1c3c778c2668870ed249607115 (patch)
treed19edc15ec1f7cac721920f47117b36e683339c9 /README.md
parent328639587cf341f057a1e278648be02b94d71f6d (diff)
downloadlaunchpad-polymaker-b610731696267a1c3c778c2668870ed249607115.tar.gz
launchpad-polymaker-b610731696267a1c3c778c2668870ed249607115.zip
improved documentation (slightly!)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f5f0968..fec8668 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ Open source firmware for the Novation Launchpad Pro grid controller! By customi
7 7
8You'll definiteley need *some* C programming experience, but we've deliberately kept much of the firmwarey nastiness tucked away, to make the process a little friendlier. 8You'll definiteley need *some* C programming experience, but we've deliberately kept much of the firmwarey nastiness tucked away, to make the process a little friendlier.
9 9
10This project is still at an early stage, and no "interesting" example apps have yet been developed. You might want to hang on until there's something more detailed before you get stuck in. Or not!
11
10# Philosophy 12# Philosophy
11We could have released the full source for the factory shipping firmware, but we decided not to for a variety of reasons. Instead, we created a simplified framework for developing "apps" on Launchpad, which comprises a build environment, application entry points / API, and a library of low level source code. Our reasoning is as follows: 13We could have released the full source for the factory shipping firmware, but we decided not to for a variety of reasons. Instead, we created a simplified framework for developing "apps" on Launchpad, which comprises a build environment, application entry points / API, and a library of low level source code. Our reasoning is as follows:
12 14