PBM How-To
boolean initOutputVals() {
//for each output port, set that ports initial value
//code that executes periodically
//suggest how long between calls by calling setSleepTime()
//argument is in milliseconds
//if this code needs to pause inside this loop,
//call this.sleep() so that the PBMs lock is released