From 41fa6bc4b387623f1373c021891750f388114dba Mon Sep 17 00:00:00 2001 From: midilab Date: Fri, 9 Mar 2018 11:04:49 -0300 Subject: [PATCH] Added README as user doc, to be finished! --- README.md | 5 ++--- examples/AcidStepSequencer/README.md | 6 ++++++ 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 examples/AcidStepSequencer/README.md diff --git a/README.md b/README.md index cf283a1..0cf22be 100755 --- a/README.md +++ b/README.md @@ -76,8 +76,8 @@ void loop() { ``` ### Acid Step Sequencer -A clone of Roland TB303 step sequencer main engine, the schematics for user interface are avaliable on example folder. +A clone of Roland TB303 step sequencer main engine, here is a example with no user interface for interaction. If you're looking for a complete and working TB303 sequencer engine clone with user interface please take a look here https://github.com/midilab/uClock/tree/development/examples/AcidStepSequencer. ```c++ // Roland TB303 Step Sequencer engine clone. @@ -251,5 +251,4 @@ void loop() //processYourLeds(); //processYourPots(); } -``` - +``` \ No newline at end of file diff --git a/examples/AcidStepSequencer/README.md b/examples/AcidStepSequencer/README.md new file mode 100644 index 0000000..5ca5476 --- /dev/null +++ b/examples/AcidStepSequencer/README.md @@ -0,0 +1,6 @@ +# TB303 Step Sequencer engine clone + +With some user interface changes for cheap construction of a functional TB303 engine we present you the interface: + +![Image of uMODULAR ctrl16 pcb top view](https://raw.githubusercontent.com/midilab/uClock/blob/master/examples/AcidStepSequencer/acid_step_sequencer-protoboard-v001.png) +