aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/RelayBoard/RelayBoard.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-0/+1
| | | | tool made by Laszlo Monda
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-64/+64
| | | | correctly converted to the target system's native end of line style.
* USB_Init() no longer calls sei() to enable global interrupts - this must now ↵Dean Camera2010-04-281-0/+1
| | | | be done in the user application once all init code has run.
* All Class Driver Host mode demos now correctly set the board LEDs to READY ↵Dean Camera2010-03-251-0/+1
| | | | | | once the enumeration process has completed. Fixed Still Image Host class driver not resetting the transaction ID when a new session is opened, fixed driver not sending a valid session ID to the device.
* Added new Relay Controller Board project (thanks to OBinou).Dean Camera2010-03-241-0/+62
Added hardware board driver support for the PJRC Teensy line of USB AVR boards.