#Include <PIRSensor.h>
void setup() {
// put your setup code here, to run once:
Int PIRPin = 7
Int RLed = 8
}
void loop() {
// put your main code here, to run repeatedly:
}
#Include <PIRSensor.h>
void setup() {
// put your setup code here, to run once:
Int PIRPin = 7
Int RLed = 8
}
void loop() {
// put your main code here, to run repeatedly:
}