Navigation

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

    Topics created by bluman

    • bluman

      Getting childId from IncomingMessage
      Development • • bluman  

      6
      0
      Votes
      6
      Posts
      3286
      Views

      BulldogLowell

      @vikasjee you should post your entire sketch... put between three backticks (the character left of your "1" key on you keyboard <three backticks> your code <three backticks>
    • bluman

      Less Optimised Code for Beginners PLEASE?
      General Discussion • • bluman  

      2
      1
      Votes
      2
      Posts
      1018
      Views

      olaeke

      @bluman If it is the ? operator that is the fuzzy one then you can rewrite the statement like: if (message.getBool()) digitalWrite(message.sensor-1+RELAY_1, true); else digitalWrite(message.sensor-1+RELAY_1, false); The ? operator act like: expression?truepart:falsepart So if expression is true the it executes the truepart else it executes the falsepart
    • bluman

      Upgrading Plugin and Libraries
      Vera • • bluman  

      22
      0
      Votes
      22
      Posts
      9273
      Views

      bluman

      I commented out the avr/progmem.h include line and it compiled correctly and appears to be working now plugged back into the Vera USB port.