diff options
| author | krolyxon <me@krolyxon.com> | 2026-05-14 23:14:31 +0530 |
|---|---|---|
| committer | krolyxon <me@krolyxon.com> | 2026-05-14 23:14:31 +0530 |
| commit | 206ed229198be252a9ae94342b39618aaab55925 (patch) | |
| tree | 06d2ad100372c595974f1c6dcb1cd23ccdd26207 /src/config.h | |
| parent | 3672abc8b44c50ab344aeaf3c720c8502ccc128d (diff) | |
apply code formatting
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/src/config.h b/src/config.h index 3cb47b5..d5f46a6 100644 --- a/src/config.h +++ b/src/config.h @@ -18,24 +18,19 @@ /////////////////cc1101 vars////////////// // CC1101 via FSPI #define cc1101_SCK 15 -#define cc1101_MISO 3 +#define cc1101_MISO 41 #define cc1101_MOSI 35 //////////////cc1101(1)////////// -#define CC1101_CS 45 -#define CC1101_GDO0 21 -#define CC1101_GDO2 47 - -/////////////cc1101(2)////////// -#define CC1101_2_CS 40 -#define CC1101_2_GDO0 41 -#define CC1101_2_GDO2 42 +#define CC1101_CS 40 +#define CC1101_GDO0 39 +#define CC1101_GDO2 42 // SD Card via HSPI -#define SD_SCK 14 -#define SD_MISO 39 -#define SD_MOSI 38 -#define SD_CS 37 +//#define SD_SCK 14 +//#define SD_MISO 39 +//#define SD_MOSI 38 +//#define SD_CS 37 // =================== Buttons ==================== @@ -45,4 +40,3 @@ #define BTN_BACK 7 #define BTN_LEFT 1 #define BTN_RIGHT 2 - |
