* Hello, I recenetly bought a Glasgow Interface Explorer and I need some help getting it to do what I need. I effectivly need the ability to controll to applets from the same script. I will put some psudocode of what I would like do to below: gpio.pin.B0 = High sleep(5.0) gpio.pin.B0 = Low spi.write([ff,aa,0b,..]) //using the A bank gpio.pin.B1 = High sleep(5.0) gpio.pin.B1 = Low