help with mouse hid exmaple

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
ulao
Rank 4
Rank 4
Posts: 481
Joined: Mon Aug 25, 2008 8:45 pm

help with mouse hid exmaple

Post by ulao » Mon Apr 13, 2009 10:34 pm

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?

christian
Objective Development
Objective Development
Posts: 1443
Joined: Thu Nov 09, 2006 11:46 am

Re: help with mouse hid exmaple

Post by christian » Tue Apr 14, 2009 10:55 am

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().

ulao
Rank 4
Rank 4
Posts: 481
Joined: Mon Aug 25, 2008 8:45 pm

Re: help with mouse hid exmaple

Post by ulao » Tue Apr 14, 2009 5:30 pm

ah good enough then thx.

Post Reply