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.

15 rivejä
208 B

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