TridentTD_LineNotify is a library for sending message to LINE app in the simplest method.
You can use functions like this
- TridentTD_LineNotify myLINE(LINE_TOKEN);
- myLine.wificonnect( ssid,password );
- myLine.notify( message );
- myLine.getVersion();
1.0.0 TridentTD_LineNotify