USB_Host_Shield_2.0/README.md

14 lines
914 B
Markdown
Raw Normal View History

# USB Host Library Rev.2.0
The code is released under the GNU General Public License.
__________
This is the documentation for the USB Host Library.
It is generated using [Doxygen](http://www.stack.nl/~dimitri/doxygen/) and hosted using [Github Pages](https://help.github.com/categories/20/articles).
2013-06-17 20:33:24 +02:00
In order to build the documentation you will need the [Doxyfile](Doxyfile) and [imageStyle.css](imageStyle.css) file.
2013-05-07 14:53:17 +02:00
Also since there is a bug in Doxygen you will need to add \ in front of the @-sign in [Circuits@Home](https://github.com/felis/USB_Host_Shield_2.0#developed-by) in the [README.md](https://github.com/felis/USB_Host_Shield_2.0#developed-by) file.
2013-06-17 20:33:24 +02:00
Also please uncomment <code>\#define DEBUG</code> in [message.h](https://github.com/felis/USB_Host_Shield_2.0/blob/master/message.h) and <code>\#define WIICAMERA</code> in [Wii.h](https://github.com/felis/USB_Host_Shield_2.0/blob/master/Wii.h).