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.

25 line
350 B

  1. #pragma once
  2. #include <Arduino.h>
  3. #include <SoftwareSerial.h>
  4. #include <SIM808.h>
  5. #include "Debug.h"
  6. #include "Gps.h"
  7. #include "Network.h"
  8. #include "Storage.h"
  9. #define LOGGER_NAME "GpsTracker"
  10. #define SIM_RX 5
  11. #define SIM_TX 6
  12. #define SIM_PWR 9
  13. #define SIM_STATUS 8
  14. #define IC_PWR A0
  15. #define SD_SS SS
  16. #define SIM_RI 2
  17. #define RTC_WAKE 3