Releases: vittorioexp/Sim800L-Arduino-Library-revised
Releases · vittorioexp/Sim800L-Arduino-Library-revised
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
Fix
Use correct separator in keywords.txt
The Arduino IDE requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted.
Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
Thanks to @per1234
1.1.4
Fix
Fixed function callNumber(). Thanks to user TomaszJuszczuk
1.1.3
Minor update
Small edit on GSM Location - method calculateLocation();
1.1.2
Bug fix
SoftwareSerial bug fixed
1.1.1
Arduino library for Sim800L v 1.1.1
Minor update
Added GSM Location functionality
Methods
bool calculateLocation();
String getLocationCode();
String getLongitude();
String getLatitude();
Examples
GSM_Coordinates.ino