Re: [Tutor] Additionally

2018-09-08 Thread Steven D'Aprano
On Fri, Sep 07, 2018 at 10:16:38PM -0400, Chip Wachob wrote: > Thank you. > > I sent a message with the contents of both previous messages. > > Hopefully the admin can just delete the two previous messages > > Thanks for bearing with me. I'm used to posting on forum boards, not via > email.

Re: [Tutor] Additionally

2018-09-07 Thread Steven D'Aprano
On Fri, Sep 07, 2018 at 03:54:04PM -0400, Chip Wachob wrote: > Sorry admin, I don't know how to append a message I already sent: The same way you append to a paper letter you've already posted... by sending a new letter, with enough context to understand what you're talking about. -- Steve

[Tutor] Additionally

2018-09-07 Thread Chip Wachob
Sorry admin, I don't know how to append a message I already sent: the transfer function expects an input of a bytearray and returns the same: def transfer(self, data): """Full-duplex SPI read and write. The specified array of bytes will be clocked out the MOSI line, while