Skip to content

Commit

Permalink
ttgov21new.h: change SD interface SPI -> SDMMC
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus K Wilting committed Jun 6, 2020
1 parent 6c24aea commit 7f16cd4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/hal/ttgov21new.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@
#define CFG_sx1276_radio 1 // HPD13A LoRa SoC

// enable only if you want to store a local paxcount table on the device
#define HAS_SDCARD 1 // this board has an SD-card-reader/writer
// Pins for SD-card
#define SDCARD_CS (13)
#define SDCARD_MOSI (15)
#define SDCARD_MISO (2)
#define SDCARD_SCLK (14)
#define HAS_SDCARD 2 // this board has an SD-card-reader/writer

#define HAS_DISPLAY 1
#define HAS_LED (25) // green on board LED
Expand Down

0 comments on commit 7f16cd4

Please sign in to comment.