Added screenshot of the library manager

This commit is contained in:
Francois Best 2017-08-25 15:33:31 +02:00 committed by GitHub
parent 2a1e4a86b3
commit 7809235676
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ This library enables MIDI I/O communications on the Arduino serial ports.
### Getting Started
1. Use Arduino's Library Manager to install the library.
![Type "MIDI" in the Arduino IDE Library Manager](res/library-manager.jpg)
2. Start coding:
```c++
#include <MIDI.h>