help with mouse hid exmaple
help with mouse hid exmaple
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
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
ah good enough then thx.