Skip to content

Commit

Permalink
#12 Updated examples code in README
Browse files Browse the repository at this point in the history
  • Loading branch information
vrudas committed Nov 7, 2020
1 parent 63d9abd commit 9fa37fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ For example, the following Listener sends commands back to the Launchpad to put
Please also note the use of a CountDownLatch to wait for the user to press the "STOP" button before exiting the application.

```kotlin
import io.lp4k.api.*
import io.lp4k.launchpad.api.*
import io.lp4k.launchpad.midi.MidiDeviceConfiguration
import io.lp4k.launchpad.s.api.ButtonLaunchS
import io.lp4k.launchpad.s.api.ColorLaunchS
import java.util.concurrent.CountDownLatch


Expand Down

0 comments on commit 9fa37fe

Please sign in to comment.