_whitelogger has joined #glasgow
_whitelogger has joined #glasgow
redstarcomrade has joined #glasgow
redstarcomrade has quit [Changing host]
redstarcomrade has joined #glasgow
redstarcomrade has quit [Read error: Connection reset by peer]
redstarcomrade has joined #glasgow
redstarcomrade has quit [Changing host]
redstarcomrade has joined #glasgow
redstarcomrade has quit [Read error: Connection reset by peer]
Eli2_ has joined #glasgow
Eli2 has quit [Ping timeout: 276 seconds]
galibert[m] has joined #glasgow
<
galibert[m]>
Note to whoever is interested, to have an applet set the i/o voltage to a fixed 5V, use self.assembly.use_voltage({'A':5.0, 'B':5.0})
Wanda[cis] has joined #glasgow
<
Wanda[cis]>
this can cause problems in multi-applet cases
<
galibert[m]>
Are all glasgow output streams currently required to be 8-bits wide?
<
Wanda[cis]>
sure, your applet's device may be always 5V, but whatever other stuff is running in parallel may have different needs
<
galibert[m]>
my applet is not at all generic in that case
whitequark[cis] has joined #glasgow
<
whitequark[cis]>
<galibert[m]> "Are all glasgow output streams..." <- yes, this is defined by USB
<
whitequark[cis]>
USB operates on octet streams, and on the host you can only get byte buffers
<
galibert[m]>
Ok, thanks