source: rtos_arduino/trunk/arduino_lib/hardware/arduino/samd/libraries/GSM/src/GSM3IO.h@ 175

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

ライブラリを Arduino IDE 1.7.9 にupdate

File size: 163 bytes
Line 
1#ifdef TTOPEN_V1
2 #define __POWERPIN__ 5
3 #define __RESETPIN__ 6
4#else
5 #define __RESETPIN__ 7
6#endif
7
8#define __TXPIN__ 3
9#define __RXPIN__ 4
10#define __RXINT__ 3
Note: See TracBrowser for help on using the repository browser.