Skip to content
Prev Previous commit
Next Next commit
add card detect for STM32SD library
  • Loading branch information
ladyada committed Oct 15, 2019
commit e886f1eb867981cbc18e77baf03c080275593f45
2 changes: 2 additions & 0 deletions variants/FEATHER_F405/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ extern "C" {
// On-board LED pin number
#define LED_BUILTIN PC1

#define SD_DETECT_PIN PB12

// On-board user button
//#define BTN_K_UP PA0 - no user button

Expand Down