summaryrefslogtreecommitdiff
path: root/software
Commit message (Collapse)AuthorAgeFilesLines
* updated to new LUFA versionChristian Pointner2015-11-301-1/+1
|
* upgraded to new lufa version of avr-utilsChristian Pointner2015-06-3010-36/+36
|
* dos2unix for all filesChristian Pointner2015-06-211-200/+200
|
* blinking leds now sync up to already blinking leds of the same timebaseChristian Pointner2015-04-091-7/+46
|
* fixed midi command documentationChristian Pointner2015-04-091-1/+1
|
* some cleanupChristian Pointner2015-04-091-2/+3
|
* switch to new avr-utils methodChristian Pointner2015-02-2428-4216/+3
|
* upgraded avr utilsChristian Pointner2014-11-0513-13/+13
|
* added reset midi commandChristian Pointner2014-11-051-0/+7
|
* added midi command descriptionChristian Pointner2014-06-171-0/+177
|
* updated avr utilsChristian Pointner2014-06-052-0/+3
|
* removed unused LUFA component (serial)Christian Pointner2014-06-031-1/+1
|
* removed unused Serial headerChristian Pointner2014-06-031-1/+0
|
* further improved midi command mappingChristian Pointner2014-06-031-6/+4
|
* imporved midi command mappingChristian Pointner2014-06-031-9/+13
|
* added serialio libraryChristian Pointner2014-06-032-0/+76
|
* enable and disable analog channel via midi works nowChristian Pointner2014-06-034-31/+65
|
* added support for analog pins (not perfect...)Christian Pointner2014-06-034-3/+70
|
* added initial analog supportChristian Pointner2014-06-024-1/+70
|
* added LP filter for GPIO InputChristian Pointner2014-06-021-6/+20
|
* code cleanupsChristian Pointner2014-06-025-23/+34
|
* added support gpio inputs (no lp until now)Christian Pointner2014-06-022-10/+21
|
* GPIO outputs are now MIDI controlableChristian Pointner2014-06-023-3/+34
|
* added gpio subsystemChristian Pointner2014-06-014-1/+70
|
* added support for blinkingChristian Pointner2014-06-013-8/+49
|
* furhter cleanupChristian Pointner2014-06-011-5/+8
|
* cleanupsChristian Pointner2014-06-011-18/+23
|
* some cleanupChristian Pointner2014-06-011-35/+46
|
* improved midi commands for ledsChristian Pointner2014-06-012-6/+15
| | | | | | 7F is now a wildcard for all leds
* only turn on/off leds when command is receivedChristian Pointner2014-06-011-2/+0
|
* receving midi events works nowChristian Pointner2014-06-012-4/+9
|
* added eventqueueChristian Pointner2014-06-015-5/+113
| | | | | | sending events works now
* cleanupChristian Pointner2014-06-011-6/+6
|
* added first working support for keypad keysChristian Pointner2014-06-012-15/+115
|
* keypad init finishedChristian Pointner2014-05-031-2/+20
|
* fixed license headerChristian Pointner2014-05-034-75/+85
| | | | | | | added initial keypad files cleaned up main()
* fixed encoding and keypad possible shortChristian Pointner2014-05-032-45/+45
|
* upgraded avr utilsChristian Pointner2014-05-034-9/+17
|
* switched to rhmixxxChristian Pointner2014-03-191-1/+1
|
* added inital support for rhmixxxChristian Pointner2014-03-192-1/+16
|
* renamed rhmidi to rhmixxxChristian Pointner2014-03-182-1/+1
|
* added initial softwareChristian Pointner2014-03-1827-0/+4314