Adeon
Loading...
Searching...
No Matches
SIMlib.h File Reference

Adeon library for GSM modules. More...

#include <Arduino.h>

Go to the source code of this file.

Classes

class  GSM
 

Macros

#define DEFAULT_BAUD_RATE   9600
 

Variables

static constexpr auto RX_BUFFER = 255
 
static constexpr auto MSG_LENGTH = 147
 
static constexpr auto MAX_CMD_LENGTH = 20
 
static constexpr auto PHONE_NUMBER_LENGTH = 16
 
static constexpr auto PERIODIC_READ_TIME = 150
 

Detailed Description

Adeon library for GSM modules.

Project AdeonGSM

Author
JSC electronics License Apache-2.0 - Copyright (c) 2019 JSC electronics

Copyright (c) 2019 JSC electronics

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file SIMlib.h.

Macro Definition Documentation

◆ DEFAULT_BAUD_RATE

#define DEFAULT_BAUD_RATE   9600

Definition at line 28 of file SIMlib.h.

Variable Documentation

◆ MAX_CMD_LENGTH

constexpr auto MAX_CMD_LENGTH = 20
staticconstexpr

Definition at line 55 of file SIMlib.h.

◆ MSG_LENGTH

constexpr auto MSG_LENGTH = 147
staticconstexpr

Definition at line 54 of file SIMlib.h.

◆ PERIODIC_READ_TIME

constexpr auto PERIODIC_READ_TIME = 150
staticconstexpr

Definition at line 57 of file SIMlib.h.

◆ PHONE_NUMBER_LENGTH

constexpr auto PHONE_NUMBER_LENGTH = 16
staticconstexpr

Definition at line 56 of file SIMlib.h.

◆ RX_BUFFER

constexpr auto RX_BUFFER = 255
staticconstexpr

Definition at line 53 of file SIMlib.h.