Pin.write(value) vs digitalWrite(pin,value)

Posted on
  • What is the difference between those functions?
    Does the only difference that in digitalWrite() pin variable we can use array?

  • Yes - if all you're doing is writing a single pin then they are identical.

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Pin.write(value) vs digitalWrite(pin,value)

Posted by Avatar for Pumych @Pumych

Actions