Page 1 of 1

help with mouse hid exmaple

Posted: Mon Apr 13, 2009 10:34 pm
by ulao
I finaly got my exmaples to work with my atmega168 but there is one thing I would like to understand. where is the hardwareInit in these examples?

Re: help with mouse hid exmaple

Posted: Tue Apr 14, 2009 10:55 am
by christian
Since these examples are intended to run on almost any hardware, there hardware initialization is kept at a minimum. In most cases it's only the code in usbInit().

Re: help with mouse hid exmaple

Posted: Tue Apr 14, 2009 5:30 pm
by ulao
ah good enough then thx.