You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • You use it like this:

    // write(number from 0 to 255, value from 0 to 16777215)
    write(3,42)
    write(73,1234)
    // read back
    read(3) // return 42
    // write again
    write(3,5678)
    // read again
    read(3) // return 5678
    
About

Avatar for Gordon @Gordon started