Fixing LinkPS2Mouse documentation

This commit is contained in:
Rodrigo Alfonso 2025-01-28 04:50:46 -03:00
parent f5f1bde1fe
commit 62583201b8

View File

@ -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, []() {});