mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-04-25 16:23:41 -05:00
Fixing LinkPS2Mouse documentation
This commit is contained in:
parent
f5f1bde1fe
commit
62583201b8
|
|
@ -7,7 +7,7 @@
|
|||
// --------------------------------------------------------------------------
|
||||
// Usage:
|
||||
// - 1) Include this header in your main.cpp file and add:
|
||||
// LinkPS2Mouse* linkPS2Mouse = new LinkPS2Mouse();
|
||||
// LinkPS2Mouse* linkPS2Mouse = new LinkPS2Mouse(2);
|
||||
// - 2) Add the required interrupt service routines:
|
||||
// interrupt_init();
|
||||
// interrupt_add(INTR_TIMER2, []() {});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user