Jump to content

attila

Technical Forum Moderator
  • Posts

    6,668
  • Joined

  • Last visited

Posts posted by attila

  1. I'm not sure I understood your question.
    Maybe this is what you want?
    // CmdWrite(bits per command, cmd, dummy bits, bits per word, [word1, word2...] )
    //      3 or 4-wire SPI data write with command and dummy bits. Returns true on success otherwise returns false.
    CmdWrite(16, 0x55AA, 0, 24, [0])

×
×
  • Create New...