Difference between revisions of "VMusic2 Anleitung"
From Digipool-Wiki
(Created page with " // 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 #define VMUSIC_R...") |
|||
Line 1: | Line 1: | ||
− | + | <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" . . . | ||
Line 9: | Line 8: | ||
#define VMUSIC_RX 3 // yellow cable ti Analog in 0 | #define VMUSIC_RX 3 // yellow cable ti Analog in 0 | ||
#define VMUSIC_TX 5 // orange cable ti Analog in 1 | #define VMUSIC_TX 5 // orange cable ti Analog in 1 | ||
+ | </source> |
Revision as of 13:51, 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
- define VMUSIC_RX 3 // yellow cable ti Analog in 0
- define VMUSIC_TX 5 // orange cable ti Analog in 1
</source>