mirror of
https://github.com/0015/ThatProject.git
synced 2026-01-12 09:17:42 +03:00
Send an SMS from ESP32 (ft. Twilio)
This commit is contained in:
16
MESSAGE/Twilio/0_ESP32TTGO_FIRESTORE_SMS/Messenger.h
Normal file
16
MESSAGE/Twilio/0_ESP32TTGO_FIRESTORE_SMS/Messenger.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef Messenger_H_
|
||||
#define Messenger_H_
|
||||
|
||||
#include "twilio.hpp"
|
||||
|
||||
class Messenger {
|
||||
private:
|
||||
Twilio *twilio;
|
||||
|
||||
public:
|
||||
Messenger();
|
||||
~Messenger();
|
||||
void sendMessage(String msg);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user