Changeset 18482
- Timestamp:
- 04/10/06 15:07:24 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/gadgeteer/tools/serial/pinchtest/Command.py
r14309 r18482 1 1 #!/bin/env/python 2 3 #Angles = 0x574 #ChangeValue = 0x505 #ExamineValue = 0x4F6 #FbbReset = 0x2F7 #Hemisphere = 0x4C8 #Matrix = 0x589 #NextTransmitter = 0x3010 #Point = 0x4211 #Position = 0x5612 #PositionAngles = 0x5913 #PositionMatrix = 0x5A14 #PositionQuaternion = 0x5D15 #Quaternion = 0x5C16 #ReportRate1 = 0x5117 #ReportRate2 = 0x5218 #ReportRate8 = 0x5319 #ReportRate32 = 0x5420 #ToFbbNormal = 0xF021 #ToFbbExpanded = 0xE022 #ToFbbSuperExpanded = 0xA023 #Run = 0x4624 #Sleep = 0x4725 #Stream = 0x4026 #StreamStop = 0x3F27 2 28 3 START_BYTE_NTS = 0x80
