From bf386778e689d162afca739ffa8f7ca8bc749fcc Mon Sep 17 00:00:00 2001 From: Rodrigo Alfonso Date: Tue, 18 Feb 2025 09:14:00 -0300 Subject: [PATCH] before => between, to* --- README.md | 4 ++-- lib/LinkIR.hpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6df35f3..57ca60c 100644 --- a/README.md +++ b/README.md @@ -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. ![screenshot](https://github.com/user-attachments/assets/1194552e-dd88-4425-a4bc-29aa60ffdaba) @@ -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 diff --git a/lib/LinkIR.hpp b/lib/LinkIR.hpp index ab73c83..5543e87 100644 --- a/lib/LinkIR.hpp +++ b/lib/LinkIR.hpp @@ -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