You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
189 B

  1. #pragma once
  2. #define SIM_RX 5
  3. #define SIM_TX 6
  4. #define SIM_PWR 9
  5. #define SIM_STATUS 8
  6. #define RTC_PWR A0
  7. #define EEPROM_PWR A0
  8. #define SD_SS SS
  9. #define SIM_RI 2
  10. #define RTC_WAKE 3