Changeset 4656


Ignore:
Timestamp:
09/18/08 07:24:11 (5 years ago)
Author:
werner
Message:

Updated vds.py for the higher data rates of native SPI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • developers/werner/wlan-spi/vds/vds.py

    r4651 r4656  
    1616 
    1717s.hor.pos = 0 
    18 s.hor.scale = 500e-6    # 500us is enough for 100MSa/s 
     18s.hor.scale = 200e-6    # 200us is enough for 100MSa/s 
    1919 
    2020ch = s.ch[0] 
     
    6464 
    6565        # Give the system time to finish booting 
     66        # -- no need. now that we're really operating at 100MSa/s, the download 
     67        # takes long enough 
    6668        print "Saved", i, tr, rep 
    67         time.sleep(60) 
    68         print "AWAKE" 
     69#       time.sleep(60) 
     70#       print "AWAKE" 
    6971 
    7072        # record the kernel messages as well 
Note: See TracChangeset for help on using the changeset viewer.