Ignore:
Timestamp:
05/15/10 01:04:11 (2 years ago)
Author:
Luper Rouch <luper.rouch@…>
Children:
3d477f9e40ceaedf2ee58027d5e0a5c098150f62
Parents:
811533e58cd3e57fc04f2e7809d3f6ddd6198a82
git-committer:
Luper Rouch <luper.rouch@…> (05/15/10 01:04:11)
Message:

pompilop:

  • fixed base96() (needs testing on real hardware)
  • 'input' is now a keyword argument of Command
  • more tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pompilop/pompilop/bin/pompicontrol.py

    r811533e r0280387  
    2828 
    2929command, data = args 
    30 command_obj = Command.from_strings(command, options.input, options.channel,  
    31         data, aux=options.aux) 
     30command_obj = Command.from_strings(command, options.channel, data, 
     31        aux=options.aux, input=options.input) 
    3232if options.debug: 
    3333    print "Sending command to %s:" % options.dev 
Note: See TracChangeset for help on using the changeset viewer.