Skip to content

Commit

Permalink
Merge pull request #6 from seanfagan/master
Browse files Browse the repository at this point in the history
Small changes
  • Loading branch information
silveirago authored Jan 18, 2022
2 parents ead3958 + fa8ac50 commit 60f1655
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Binary file removed Code - código/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Serial.println();
pinMode(BUTTON_ARDUINO_PIN[i], INPUT_PULLUP);
}

#ifdef pin13 // inicializa o pino 13 como uma entrada
#ifdef pin13 // initialize pin 13 as an input
pinMode(BUTTON_ARDUINO_PIN[pin13index], INPUT);
#endif

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DIY-Midi-Controller

*English
## English

This project aims to teach artists, and hobbyists in general, how to build their own MIDI controllers, with little or no prior knowledge in electronics and/or programming.

Expand All @@ -9,7 +9,7 @@ The "Making of Music with Arduino" is a project created by Gustavo Silveira. Vis
https://nerdmusician.teachable.com/p/making-music-with-arduino


* Português
## Português

Este projeto tem como objetivo permitir que artistas, e hobbystas em geral, possam aprender a construir os sues próprios controlaodres MIDI, com pouco, ou sem conhecimento prévio em eletrônica e/ou programação.

Expand Down

0 comments on commit 60f1655

Please sign in to comment.