You are reading a single comment by @d0773d and its replies. Click here to read the full conversation.
  • DrAzzy I asked for help in the microchip.com forums. Hopefully I get a response back(keeping fingers crossed).

    @DrAzzy just so I understand this, here is some code that wrote to get the status of a specific pin.

      function readPin() {
        var dr = A8.read();
        console.log(dr);
      }
    

    If the dr variable returns a "true" that means the A8 pin is reading some sort of load? If dr returns "false" that means the A8 pin is NOT reading any load?

About

Avatar for d0773d @d0773d started