forked from nimaltd/gsm_v5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGsmUser.c
More file actions
22 lines (16 loc) · 743 Bytes
/
Copy pathGsmUser.c
File metadata and controls
22 lines (16 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include "Sim80x.h"
//##################################################################################################################
void Gsm_User(uint32_t StartupTime)
{
}
//##################################################################################################################
void Gsm_UserNewCall(const char *CallerNumber)
{
//Gsm_CallDisconnect();
//Gsm_CallAnswer();
}
//##################################################################################################################
void Gsm_UserNewMsg(char *Number,char *Date,char *Time,char *msg)
{
}
//##################################################################################################################