FI
filoconnesso/FCGF
Google Form Library for ESP32, ESP8266, Arduino MKR Wi-Fi 1010, Arduino MKR GSM 1400, Arduino Nano 33 IoT, Arduino UNO Wi-Fi Rev.2
Google Form Library by Filo Connesso
- License : GNU General Public License v3.0
- Italian Documentation Here : https://www.filoconnesso.it/fcgf-it/
- English Documentation Here (old version, the new version coming soon) : https://www.filoconnesso.it/fcgf-en/
- New Simple ToolKit : https://www.filoconnesso.it/developers/FCGFToolKit/
Changelog 0.0.4 :
- Added support for Arduino UNO Wi-Fi Rev.2
- Fixed stability issues with Google server connection
- Fixed an issue that prevented the connection to Google if the submit delay with a value greater than 0 was set
- Added example for Arduino Oplà IoT Kit
- Added feature to enable or disable serial debugging with the FCGF_DEBUG variable (true or false).
Changelog 0.0.3 :
- Added support for Arduino MRK GSM 1400 and Arduino Nano 33 Iot
- Now it is possible to submit data with a delay that does not block the LOOP cycle.
- Addeded counter to count failed and correct submissions. (eg. gf.counter(index);) :
index = 0 (for successful submissions)
index = 1 (for failed sumissions)
index = 2 (for failed connections to google host) - Added function for convert dot to comma (eg. gf.commaForDot(string);) for Italian Google Sheet settings :
float origin = 1.5;
String new = gf.commaForDot(String(origin));
Serial.println(new); //1,5 - Fixed minor problems.
Changelog 0.0.2 :
- Now you can send special symbols (e.g. | ! "£ $% & / () =? ^ * + [] {} -_;:,. <>)
- Callback feature added.
- Fixed minor problems.
Thanks for using FCGF!
On this page
Languages
C++100.0%
Contributors
GNU General Public License v3.0
Created December 1, 2020
Updated May 23, 2021