Recent content by johno43trains

  1. J

    Light/Motion Monitor

    I am wanting to monitor two digital inputs(D06,D07) on a Arduino Uno to provide an output on D13. This is my code I have written but it seems is only looking at one input. Can someone help me? // This sketch is written to provide a high to //...
  2. J

    Light and Motion Timer

    I am trying to set up a light and motion detector to be timed out, using D06 for PIR input and D07 as PHOTOELECTRIC INPUT. OUTPUT pin D13. The unit is an Arduino Uno. Attached is my sketch.Can someone tell me where are I going wrong? Thankyou. const int ledPin = 13; // the number of the led...
Top