您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

16 行
482 B

  1. /**
  2. * Defines Arduino pins number connected to external systems.
  3. */
  4. #pragma once
  5. #define SIM_RST 5 ///< SIM808 RESET
  6. #define SIM_RX 6 ///< SIM808 RXD
  7. #define SIM_TX 7 ///< SIM808 TXD
  8. #define SIM_PWR 9 ///< SIM808 PWRKEY
  9. #define SIM_STATUS 8 ///< SIM808 STATUS
  10. #define I2C_PWR A0 ///< Used to drive I2C power supply
  11. #define SD_SS SS
  12. #define SIM_RI 2 ///< Interrupt pin connected to SIM RI.
  13. #define RTC_WAKE 3 ///< Interrupt pin connected to DS3231 !INT/SQW