variant.h 300 B

123456789101112
  1. #define I2C_SCL 15
  2. #define I2C_SDA 16
  3. #define PIN_VBAT_READ 17
  4. #define AREF_VOLTAGE (3.0)
  5. #define ADC_MULTIPLIER (1.509F)
  6. #define PIN_BUZZER 5
  7. #define PIN_VEXT_EN_ACTIVE HIGH
  8. #define PIN_VEXT_EN 46
  9. #define PIN_USER_BTN 47
  10. #define PIN_LED 6
  11. #define PIN_STATUS_LED 6
  12. #define PIN_PWRBTN 4