Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. fred97
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by fred97

    • fred97

      multiple distance sensor ?
      Hardware • • fred97  

      4
      0
      Votes
      4
      Posts
      2294
      Views

      moffen666

      @DNKROZ said: Hi. I recommend you to check the relay example, the sketch includes support for multiple relays and you'll understand what do do in that scenario, but answering you initial question, no, I'm afraid you can't do gw.present(CHILD_ID, S_DISTANCE1, S_DISTANCE2, XXXX); but you can do gw.present(CHILD_ID1, S_DISTANCE); and gw.present(CHILD_ID2, S_DISTANCE); after that one... and... so on, you'll see better reading the relay sketch. Interesting, where is this Relay sketch? Regards
    • fred97

      Solid State Relay ?
      Hardware • • fred97  

      5
      0
      Votes
      5
      Posts
      2175
      Views

      szempo

      @Boots33 This is it! Thank you very much Lazlo