Shop OBEX P1 Docs P2 Docs Learn Events
Does anyone with a Hydra have an SD card connected to it yet? if so, what pins — Parallax Forums

Does anyone with a Hydra have an SD card connected to it yet? if so, what pins

BaggersBaggers Posts: 3,019
edited 2007-06-10 19:47 in Propeller 1
This is of utmost importance if you want to see something amazing [noparse]:)[/noparse]

Baggers

Comments

  • ColeyColey Posts: 1,108
    edited 2007-06-08 20:45
    He's not kidding guys..........

    Prepare to be amazed!!!!!!!
  • KaioKaio Posts: 253
    edited 2007-06-08 21:53
    Baggers,

    I don't have a HYDRA, but Mike Green has it used in FemtoBasic on pin 16. Hope that helps.
       spiDO     = (Hydra & 16) | (Demo & 0) | (Proto & 8)
       spiClk    = (Hydra & 17) | (Demo & 1) | (Proto & 9)
       spiDI     = (Hydra & 18) | (Demo & 2) | (Proto & 10)
       spiCS     = (Hydra & 19) | (Demo & 3) | (Proto & 11)
    
    
  • BaggersBaggers Posts: 3,019
    edited 2007-06-10 19:47
    Cheers Kaio, for that tip [noparse];)[/noparse]

    I don't know if any Hydra owners with an SD card has seen this yet or not, since I posted it on the Propeller chip part of the forum but...

    http://forums.parallax.com/showthread.php?p=655031

    vid of it in action at
    http://video.google.com/videoplay?docid=1104233854097862067

    PS, it's coded for Pin12-14 being TV out, so it won't run on Hydra, but if you want to view it on hydra, let me know, and I'll post a version for it.

    I will be releasing source, but just not yet, as I'm taking it further first.

    Baggers.
Sign In or Register to comment.