I want to be able to call using a sim900A module and nodemcu and I'm coding in arduino ide,for the first step, I did use the example of the library GSM of arduino, I changed the tx and rx pins, but I have this error:
Arduino : 1.8.1 (Windows 8.1), Carte : "NodeMCU 1.0 (ESP-12E Module), 80 MHz, 921600, 4M (3M SPIFFS)"
C:\Users\profil\Documents\Arduino\libraries\GSM\src\GSM3SoftSerial.cpp:36:27: fatal error: avr/interrupt.h: No such file or directory
#include <avr/interrupt.h>
^
compilation terminated.
exit status 1
Erreur de compilation pour la carte NodeMCU 1.0 (ESP-12E Module)
Ce rapport pourrait être plus détaillé avec
l'option "Afficher les résultats détaillés de la compilation"
activée dans Fichier -> Préférences.
Can anyone help me pleaseeee