Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

16 righe
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