Some initializing folders and files...

This commit is contained in:
2015-02-11 18:10:52 +01:00
parent cb8ab6e66c
commit 4c9a8c8230
5 changed files with 25 additions and 6 deletions

View File

@@ -1,10 +1,20 @@
# MIDI BOARD TWO # MIDI BOARD TWO
## Second MIDI-Board-Project with SD-Card-Reader and LCD-Display! ## Second MIDI-Board-Project with SD-Card-Reader and LCD-Display!
### Testing Tool
This tool is only a testing tool. If you upload it to your Arduino Device, all LEDs will be switched on. After it, you can ### Directory Structure
switch out all the LEDs if you press all your Buttons.
Only for testing your circuit. There are some differnent directories in the repository.
* doc
Here you can find some documentary about the project.
* tools
There are some testing-tools for testing the functionality of your board.
* main
In this folder you can find the main program - the firmware - for your MIDI-Board.

BIN
doc/midi_board_two.skp Normal file

Binary file not shown.

BIN
doc/parts.ods Normal file

Binary file not shown.

9
main/main/main.ino Normal file
View File

@@ -0,0 +1,9 @@
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}

View File

@@ -4,7 +4,7 @@
### Testing Tool ### Testing Tool
This tool is only a testing tool. If you upload it to your Arduino Device, all LEDs will be switched on. After it, you can This tool is a simple testing tool. If you upload it to your Arduino Device, all LEDs will be switched on. After it, you can
switch out all the LEDs if you press all your Buttons. switch out all the LEDs if you press all your Buttons.
Only for testing your circuit. Only for testing your circuit.