Compare commits

...

3 commits

Author SHA1 Message Date
Tyeth Gundry
daa55e618c
Update library.properties - bump version to 2.3.54 2025-08-05 13:36:14 +01:00
Carter Nelson
8b5835acb1
Merge pull request #37 from caternuson/example_update
Update  Rp2040SdioSetup example for Feather RP2040 Adalogger
2025-08-01 10:47:28 -07:00
caternuson
0aa617af6b update preproc for feather rp2040 adalogger 2025-07-31 08:40:49 -07:00
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ Wires should be short since signals can be as faster than 50 MHz.
// Example GPIO definitions I use for debug. Edit for your setup.
// Run this example as is to print the symbol for your variant.
//
#if defined(ARDUINO_ADAFRUIT_METRO_RP2040)
#if defined(ARDUINO_ADAFRUIT_METRO_RP2040) || defined(ARDUINO_ADAFRUIT_FEATHER_RP2040_ADALOGGER)
#define RP_CLK_GPIO 18
#define RP_CMD_GPIO 19
#define RP_DAT0_GPIO 20 // DAT1: GPIO21, DAT2: GPIO22, DAT3: GPIO23.

View file

@ -1,5 +1,5 @@
name=SdFat - Adafruit Fork
version=2.3.53
version=2.3.54
license=MIT
author=Bill Greiman <fat16lib@sbcglobal.net>
maintainer=Adafruit <support@adafruit.com>