Difference between revisions of "VMusic2 Anleitung"

From Digipool-Wiki
Jump to: navigation, search
Line 1: Line 1:
<source lang="c++">
+
<source lang="c">
 
// USB-stick max 4 G
 
// USB-stick max 4 G
 
// Name Songs "001.mp3" "002.mp3" . . .   
 
// Name Songs "001.mp3" "002.mp3" . . .   

Revision as of 14:52, 6 July 2012

<source lang="c"> // USB-stick max 4 G // Name Songs "001.mp3" "002.mp3" . . . // cut the blue // conect the brown to the reen cable // red cable to 5V // black cable to GND

  1. define VMUSIC_RX 3 // yellow cable ti Analog in 0
  2. define VMUSIC_TX 5 // orange cable ti Analog in 1

</source>