From 2a28011bd95d43c8de58d05cf5e872bd00115521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:42:08 +0000 Subject: [PATCH 1/2] Bump arduino/arduino-lint-action from 1 to 2 Bumps [arduino/arduino-lint-action](https://github.com/arduino/arduino-lint-action) from 1 to 2. - [Release notes](https://github.com/arduino/arduino-lint-action/releases) - [Commits](https://github.com/arduino/arduino-lint-action/compare/v1...v2) --- updated-dependencies: - dependency-name: arduino/arduino-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/arduino-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arduino-lint.yml b/.github/workflows/arduino-lint.yml index 5f15e22..eec7e91 100644 --- a/.github/workflows/arduino-lint.yml +++ b/.github/workflows/arduino-lint.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Arduino Lint - uses: arduino/arduino-lint-action@v1 + uses: arduino/arduino-lint-action@v2 with: official: true project-type: library From aaf11bc3f2bf97291d0b14015d38bb165a76f56e Mon Sep 17 00:00:00 2001 From: Leonardo Cavagnis <45899760+leonardocavagnis@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:48:46 +0100 Subject: [PATCH 2/2] doc: not supported pin --- docs/readme.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/readme.md b/docs/readme.md index 246c437..6c5d4df 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -77,10 +77,12 @@ Below is a table illustrating the pin mapping for each ADC in **Arduino Giga R1 | A5 | X | X | X | | A6 | X | X | X | | A7 | X | | | -| A8 | | | X | -| A9 | | | X | -| A10 | X | X | | -| A11 | X | X | | +| A8(*) | | | X | +| A9(*) | | | X | +| A10(*) | X | X | | +| A11(*) | X | X | | + +(*) _Currently not supported_ Here is a example for the Arduino GIGA R1 WiFi: