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.
|
- #pragma once
-
- #define SIM_RX 5
- #define SIM_TX 6
- #define SIM_PWR 9
- #define SIM_STATUS 8
-
- #define RTC_PWR A0
- #define EEPROM_PWR A0
- #define SD_SS SS
-
- #define SIM_RI 2
- #define RTC_WAKE 3
|