diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2014-08-31 21:27:35 +1000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2014-08-31 21:27:35 +1000 |
commit | 4d8ff759936a24ca7b8db8d51c335f3bec5c90f4 (patch) | |
tree | 26608f8800275855c2a30d84ca7f1de66baec65a /LUFA/DoxygenPages/ChangeLog.txt | |
parent | 0091b3c819f96812933e4b0a0e5b01a023341771 (diff) | |
download | lufa-4d8ff759936a24ca7b8db8d51c335f3bec5c90f4.tar.gz lufa-4d8ff759936a24ca7b8db8d51c335f3bec5c90f4.tar.bz2 lufa-4d8ff759936a24ca7b8db8d51c335f3bec5c90f4.zip |
Add Dual MIDI device class driver demo application.
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index db10c2ad8..9fe86cdda 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -11,6 +11,8 @@ * - Core: * - Updated the BUILD build system module to add a new COMPILER_PATH optional variable * - Added Serial_IsSendReady() and Serial_IsSendComplete() functions to the Serial hardware peripheral driver + * - Library Applications: + * - Added new Dual MIDI class driver device demo * * <b>Changed:</b> * - Core: |