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 rivejä
186 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 I2C_PWR A0
  8. #define SD_SS SS
  9. #define SIM_RI 2
  10. #define RTC_WAKE 3