ChanServ changed the topic of #glasgow to: glasgow interface explorer · code https://github.com/GlasgowEmbedded/glasgow · logs https://freenode.irclog.whitequark.org/glasgow · discord https://1bitsquared.com/pages/chat · production https://www.crowdsupply.com/1bitsquared/glasgow · CrowdSupply campaign is LIVE!
<whitequark> DX-MON: i wrote that, and i wrote it that way, iirc, because SVF is written that way
<whitequark> feel free to change to o/oe, that does in fact make a lot more sense
<d1b2> <konsgn> Is anyone by any chance working on a miniature hardware version? I would hate to put in redundant effort.
jstein has quit [Quit: quit]
richbridger has joined #glasgow
mndza has quit [Ping timeout: 240 seconds]
egg|laptop|egg has joined #glasgow
esden has quit [Ping timeout: 260 seconds]
esden has joined #glasgow
bgamari has quit [Ping timeout: 256 seconds]
bgamari has joined #glasgow
bgamari_ has joined #glasgow
bgamari has quit [Ping timeout: 264 seconds]
DragoonAethis has joined #glasgow
<d1b2> <DX-MON> ah, fair enough whitequark
electronic_eel_ has joined #glasgow
electronic_eel has quit [Ping timeout: 240 seconds]
electronic_eel_ has quit [Ping timeout: 240 seconds]
electronic_eel has joined #glasgow
PyroPeter_ has joined #glasgow
PyroPeter has quit [Ping timeout: 264 seconds]
PyroPeter_ is now known as PyroPeter
electronic_eel has quit [Ping timeout: 264 seconds]
electronic_eel has joined #glasgow
egg|laptop|egg has quit [Remote host closed the connection]
egg|laptop|egg has joined #glasgow
bvernoux has joined #glasgow
bvernoux has quit [Ping timeout: 265 seconds]
sknebel has joined #glasgow
egg|laptop|egg has quit [Remote host closed the connection]
GNUmoon has quit [Quit: Leaving]
egg|laptop|egg has joined #glasgow
g5pw has joined #glasgow
Stormwind_mobile has quit [Ping timeout: 264 seconds]
carlomaragno has quit [Ping timeout: 272 seconds]
miek has quit [Ping timeout: 272 seconds]
carlomaragno has joined #glasgow
miek has joined #glasgow
bvernoux has joined #glasgow
<_whitenotifier> [glasgow] smunaut opened issue #268: iCE40 NVCM programming support - https://git.io/JtBVh
mizziga has joined #glasgow
<mizziga> Hello
<whitequark> hi mizziga
<mizziga> Pretty quiet, it seems :-)
mizziga has left #glasgow ["Igloo IRC: https://iglooirc.com"]
egg|laptop|egg has quit [Remote host closed the connection]
egg|laptop|egg has joined #glasgow
Stormwind_mobile has joined #glasgow
jstein has joined #glasgow
egg|laptop|egg has quit [Remote host closed the connection]
egg|laptop|egg has joined #glasgow
egg|laptop|egg has quit [Remote host closed the connection]
bvernoux has quit [Quit: Leaving]
egg|laptop|egg has joined #glasgow
egg|laptop|egg has quit [Remote host closed the connection]
egg|laptop|egg has joined #glasgow
GNUmoon has joined #glasgow
egg|laptop|egg has quit [Remote host closed the connection]
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #glasgow
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #glasgow
GNUmoon has quit [Quit: Leaving]
GNUmoon has joined #glasgow
<d1b2> <Chuck> The only thing that sucks worse than debugging one's own I2C code, is debugging someone else's. As I wait for a Glasgow I'm debugging the implementation of i2c on the GreatFET One I have which is not working.
<d1b2> <Chuck> And I am reminded that everyone has a way of looking at things.
<cyborg_ar> Chuck: lol
<cyborg_ar> so true
<cyborg_ar> i dont know why I2C seems to always be implemented just a bit wrong everywhere. and everyone has a different definition of wrong
<d1b2> <Chuck> yeah, what is up with that.
<d1b2> <Chuck> It only has two things it can do. Read or Write. That's it.
<d1b2> <Chuck> And you wrap them in a "Start" and a "Stop"
<d1b2> <Chuck> And because the way its written every command is "START write ..." or "START read ..." and after you have done every command you can say "STOP" which gives someone else a chance to use the bus.
<d1b2> <Chuck> what is missing in this picture :
<d1b2> <Chuck> if you guessed "START CONDITION" you would be correct.
<d1b2> <Chuck> sigh
<d1b2> <Chuck> Maybe I should get a T-shirt "Without START there can be no ACK"
<d1b2> <Chuck> Enough venting I guess I have to go code up my own damn I2C exerciser.