main: change pinout

This commit is contained in:
King Kévin 2023-03-13 22:41:05 +01:00
parent 3a9cd32391
commit 7d8a98d0ea
1 changed files with 4 additions and 4 deletions

View File

@ -39,10 +39,10 @@
* - 2: MIN/MAX button (press low)
* - 3: POWER button (press low)
*/
#define GPIO_POWER (35U)
#define GPIO_MOSI (16U)
#define GPIO_SCLK (33U)
#define GPIO_CS (18U)
#define GPIO_POWER (16U)
#define GPIO_MOSI (18U)
#define GPIO_SCLK (35U)
#define GPIO_CS (33U)
static const char *TAG = "main";