25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #pragma once
-
- #include <Arduino.h>
- #include <SoftwareSerial.h>
- #include <SIM808.h>
-
- #include "Debug.h"
- #include "Gps.h"
- #include "Network.h"
- #include "Storage.h"
-
- #define LOGGER_NAME "GpsTracker"
-
- #define SIM_RX 5
- #define SIM_TX 6
- #define SIM_PWR 9
- #define SIM_STATUS 8
-
- #define IC_PWR A0
- #define SD_SS SS
-
- #define SIM_RI 2
- #define RTC_WAKE 3
|