Skip to content

Commit

Permalink
modified structure and includes field library.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
kgolinski committed May 15, 2017
1 parent c199383 commit 4fa8c9a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ sentence=Allows Teensy board to send MIDI messages from analog or touch sensors
paragraph=Library to send analog or touch pins values over MIDI as ControlChange or noteOn/noteOff messages
category=Communication
url=http://github.com/kgolinski/MidiSensors
architectures=avr
architectures=avr
includes=MidiManager.h
2 changes: 1 addition & 1 deletion src/MidiManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define MIDI_MANAGER_H

#include "Arduino.h"
#include "MidiSensor/MidiSensor.h"
#include "MidiSensor.h"
#include <vector>

class MidiManager {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4fa8c9a

Please sign in to comment.