├── ATcommands.cpp ├── ATcommands.h ├── Examples └── sendATcommands │ └── sendATcommands.ino ├── LICENSE.txt └── README.md /ATcommands.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/botletics/AT-Command-Library/HEAD/ATcommands.cpp -------------------------------------------------------------------------------- /ATcommands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/botletics/AT-Command-Library/HEAD/ATcommands.h -------------------------------------------------------------------------------- /Examples/sendATcommands/sendATcommands.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/botletics/AT-Command-Library/HEAD/Examples/sendATcommands/sendATcommands.ino -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/botletics/AT-Command-Library/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/botletics/AT-Command-Library/HEAD/README.md --------------------------------------------------------------------------------