File tree Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -21,33 +21,31 @@ So, with a circuit like that:
21
21
22
22
Using this project you can play your favorite songs in your own Arduino.
23
23
24
- ## How to use it
24
+ ## How to use it (Recommended way)
25
25
26
26
First of all, make sure you have [ npm and node] ( https://www.npmjs.com/get-npm ) installed.
27
27
28
- ### Recommended way
29
-
30
- #### Installation
28
+ ### Installation
31
29
Open your terminal and type:
32
30
33
31
> sudo npm install -g arduino-tablature
34
32
35
33
Now you have the arduino-tablature command available globally
36
34
37
- #### Picking your tablature
35
+ ### Picking your tablature
38
36
39
37
- Go to [ CifraClub's WebSite] ( https://www.cifraclub.com.br " CifraClub's Website ") and search for your song, ** which has a tablature on it.**
40
38
41
- ##### Example:
39
+ #### Example:
42
40
43
41
> https://www.cifraclub.com.br/natiruts/andei-so/
44
42
45
- #### Running the code
43
+ ### Running the code
46
44
Then execute in the terminal, with your url in the url param:
47
45
48
46
> arduino-tablature --url=https://www.cifraclub.com.br/natiruts/andei-so/
49
47
50
- #### Uploading to Arduino
48
+ ### Uploading to Arduino
51
49
52
50
After that a ** music.ino** file will be generated, inside the music folder, and you will be able to [ upload it to your arduino] ( https://www.arduino.cc/en/Guide/HomePage ) using the Arduino IDE or others.
53
51
Original file line number Diff line number Diff line change @@ -21,33 +21,31 @@ So, with a circuit like that:
21
21
22
22
Using this project you can play your favorite songs in your own Arduino.
23
23
24
- ## How to use it
24
+ ## How to use it (Recommended way)
25
25
26
26
First of all, make sure you have [ npm and node] ( https://www.npmjs.com/get-npm ) installed.
27
27
28
- ### Recommended way
29
-
30
- #### Installation
28
+ ### Installation
31
29
Open your terminal and type:
32
30
33
31
> sudo npm install -g arduino-tablature
34
32
35
33
Now you have the arduino-tablature command available globally
36
34
37
- #### Picking your tablature
35
+ ### Picking your tablature
38
36
39
37
- Go to [ CifraClub's WebSite] ( https://www.cifraclub.com.br " CifraClub's Website ") and search for your song, ** which has a tablature on it.**
40
38
41
- ##### Example:
39
+ #### Example:
42
40
43
41
> https://www.cifraclub.com.br/natiruts/andei-so/
44
42
45
- #### Running the code
43
+ ### Running the code
46
44
Then execute in the terminal, with your url in the url param:
47
45
48
46
> arduino-tablature --url=https://www.cifraclub.com.br/natiruts/andei-so/
49
47
50
- #### Uploading to Arduino
48
+ ### Uploading to Arduino
51
49
52
50
After that a ** music.ino** file will be generated, inside the music folder, and you will be able to [ upload it to your arduino] ( https://www.arduino.cc/en/Guide/HomePage ) using the Arduino IDE or others.
53
51
You can’t perform that action at this time.
0 commit comments