source: rtos_arduino/trunk/arduino_lib/libraries/GSM/src/DEFAULT.h@ 136

Last change on this file since 136 was 136, checked in by ertl-honda, 8 years ago

ライブラリとOS及びベーシックなサンプルの追加.

File size: 1.0 KB
Line 
1/*
2This file is part of GSM3ShieldV2 library developed by Arduino.org (http://arduino.org).
3
4 GSM3ShieldV2 library is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 3 of the License, or
7 (at your option) any later version.
8
9 GSM3ShieldV2 library is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with GSM3ShieldV2 library. If not, see <http://www.gnu.org/licenses/>.
16*/
17
18#define DEFAULT_AlertSoundMode 0
19#define DEFAULT_RingerSoundLevel 10
20#define DEFAULT_Channel 1
21#define DEFAULT_MicrophoneGainLevel 10
22#define DEFAULT_LoudSpeakerVolumeLevel 30
23#define DEFAULT_muteControl 0
24#define DEFAULT_speakerMode 1
Note: See TracBrowser for help on using the repository browser.