Hello, I wanted to make an alarm with an SMS notification
https://majsterkowo.pl/alarm-z-powiadomieniem-sms-arduino/
but i have trouble uploading the program to the board
Here is the error description: Arduino: 1.8.3 (Windows 7), Board: "Arduino Nano, ATmega328"
C: \ Users \ EWA \ Desktop \ SMS NOTIFICATIONS \ sketch_may08a \ sketch_may08a.ino: 11: 22: fatal error: LowPower.h: No such file or directory
#include "LowPower.h"
^
compilation terminated.
exit status 1
Compilation error for Arduino Nano board.
This is my first major project with arduino, I will add that I'm green in programming so please write clearly.
https://majsterkowo.pl/alarm-z-powiadomieniem-sms-arduino/
but i have trouble uploading the program to the board
Here is the error description: Arduino: 1.8.3 (Windows 7), Board: "Arduino Nano, ATmega328"
C: \ Users \ EWA \ Desktop \ SMS NOTIFICATIONS \ sketch_may08a \ sketch_may08a.ino: 11: 22: fatal error: LowPower.h: No such file or directory
#include "LowPower.h"
^
compilation terminated.
exit status 1
Compilation error for Arduino Nano board.
This is my first major project with arduino, I will add that I'm green in programming so please write clearly.