Skip to content

Arduino library to send SMS message using service SMS Global

Notifications You must be signed in to change notification settings

JDrizzy/SmsGlobal_arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version: 0.0.1

Arduino library to send SMS message using service SMS Global - https://www.smsglobal.com/

# 1. Create class instance

SmsGlobal smsGlobal(sms_global_user, sms_global_password);

# 2. Send SMS message

smsGlobal.send("ESP2866", sms_to, "Hello!");

About

Arduino library to send SMS message using service SMS Global

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages