Recent content by Euanw

  1. E

    Interfacing to the MAX7313

    Hi all, I need to PWM control many LEDs at once and have obtained some MAX7313 samples to give them a go. Does anyone have any experience interfacing to these from an 18X? i.e. Does the PICAXE I2C protocol work well etc? Many thanks Euan
  2. E

    For...Next in reverse

    Hi, Do For Next loops work in reverse as well? i.e. For b1 = 1 to 1000 Next b1 or For b1 = 1000 to 1 Next b1 I have tried and it doesn't seem to work. Regards Euan
Top