├── LICENSE ├── README.md ├── examples └── email_and_sms │ └── email_and_sms.ino ├── keywords.txt ├── library.properties └── src ├── AlertMe.cpp └── AlertMe.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/connornishijima/AlertMe/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/connornishijima/AlertMe/HEAD/README.md -------------------------------------------------------------------------------- /examples/email_and_sms/email_and_sms.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/connornishijima/AlertMe/HEAD/examples/email_and_sms/email_and_sms.ino -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/connornishijima/AlertMe/HEAD/keywords.txt -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/connornishijima/AlertMe/HEAD/library.properties -------------------------------------------------------------------------------- /src/AlertMe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/connornishijima/AlertMe/HEAD/src/AlertMe.cpp -------------------------------------------------------------------------------- /src/AlertMe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/connornishijima/AlertMe/HEAD/src/AlertMe.h --------------------------------------------------------------------------------