Prvni ulozeni z chegewara githubu
This commit is contained in:
21
variants/d32_pro/pins_arduino.h
Normal file
21
variants/d32_pro/pins_arduino.h
Normal file
@ -0,0 +1,21 @@
|
||||
#ifndef Pins_Arduino_h
|
||||
#define Pins_Arduino_h
|
||||
|
||||
#include <stdint.h>
|
||||
#include <../d32/d32_core.h>
|
||||
|
||||
static const uint8_t LED_BUILTIN = 5;
|
||||
#define BUILTIN_LED LED_BUILTIN // backward compatibility
|
||||
#define LED_BUILTIN LED_BUILTIN
|
||||
static const uint8_t _VBAT = 35; // battery voltage
|
||||
|
||||
#define TF_CS 4 // TF (Micro SD Card) CS pin
|
||||
#define TS_CS 12 // Touch Screen CS pin
|
||||
#define TFT_CS 14 // TFT CS pin
|
||||
#define TFT_LED 32 // TFT backlight control pin
|
||||
#define TFT_RST 33 // TFT reset pin
|
||||
#define TFT_DC 27 // TFT DC pin
|
||||
|
||||
#define SS TF_CS
|
||||
|
||||
#endif /* Pins_Arduino_h */
|
Reference in New Issue
Block a user