Search results

  1. J

    how meany leds can a single channel power axe024

    Hi guys, Just a quick question, I have an axe024 and I am currently powering 2 LEDs on channel 4 (330r). Do you think it would handle 4? Atb, JC.
  2. J

    Iron man helmet using a AXE024

    Here is a bit of code that will allow you to control the 2 top servo's found in this video: https://www.youtube.com/watch?v=4oEpHHu5Z18 init: servo 1,75 servo 2, 225 main: if pin3 = 0 then goto main Open: servopos 1,225 servopos 2, 75 pause 3000 hold: if pin3 = 0 then goto hold...
Top