mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-03-21 17:44:21 -05:00
before => between, to*
This commit is contained in:
parent
dcbdf37250
commit
bf386778e6
|
|
@ -652,7 +652,7 @@ _(aka e-Reader)_
|
|||
|
||||
[⬆️](#gba-link-connection) The e-Reader accessory enables games to receive _DLC cards_ from a second GBA via Link Cable. It's region-locked, but both USA and JAP adapters are supported.
|
||||
|
||||
Check out the [#testcards](examples/LinkCard_demo/%23testcards) folder and [this README](examples/LinkCard_demo/%23loader/README.md) learn how to create your cards.
|
||||
Check out the [#testcards](examples/LinkCard_demo/%23testcards) folder and [this README](examples/LinkCard_demo/%23loader/README.md) to learn how to create your cards.
|
||||
|
||||

|
||||
|
||||
|
|
@ -774,7 +774,7 @@ You can update these values at any time without creating a new instance:
|
|||
| `isEmittingLight()` | **bool** | Returns whether the output IR LED is ON or OFF. |
|
||||
| `isDetectingLight()` | **bool** | Returns whether a remote light signal is detected through the `SI` pin (LOW = DETECTED) or not. |
|
||||
|
||||
⚠️ wait at least 1 microsecond before `send(...)` and `receive(...)` calls!
|
||||
⚠️ wait at least 1 microsecond between `send(...)` and `receive(...)` calls!
|
||||
|
||||
# 🖱️ LinkPS2Mouse
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
// bool ledOn = linkIR->isDetectingLight();
|
||||
// --------------------------------------------------------------------------
|
||||
// considerations:
|
||||
// - wait at least 1 microsecond before `send(...)` and `receive(...)` calls!
|
||||
// - wait at least 1 microsecond between `send(...)` and `receive(...)` calls!
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
#ifndef LINK_DEVELOPMENT
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user