]> git.zarvox.org Git - usbsnes.git/commit
Setup pins, setup timer, shrink code size (static declarations), test
authorDrew Fisher <drew.m.fisher@gmail.com>
Wed, 24 Feb 2010 02:19:52 +0000 (21:19 -0500)
committerDrew Fisher <drew.m.fisher@gmail.com>
Wed, 24 Feb 2010 02:19:52 +0000 (21:19 -0500)
commita4f8312e2978834c8a8d979e3e2fe6a016430955
treef2c0483d1432ed52fdb7f6ed6e0e575bef396fce
parent237d4c738eae8b849053bde821693943cc118642
Setup pins, setup timer, shrink code size (static declarations), test

This commit sets up all the appropriate I/O for the AVR as well as
declaring some functions static so GCC will inline them.  In addition,
it provides a simple test function to see if the USB HID reports are
being sent correctly - every 60 reports, it adds one to the report that
it returns, which should result in a binary "counting" appearance in a
gamepad state viewer.
main.c