MetroMan19 / nxt-python

Automatically exported from code.google.com/p/nxt-python
0 stars 0 forks source link

Purpose of the DCData Class and ACData class from nxt python 2.1.0 #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.import the IRseekerv2 class
2.using the get_ac_values def
3.run program connected to brick an irseeker

What is the expected output? What do you see instead?
the direction and sensor values. Output is instead nxt.hitechnic.ACData 
instance at a hexadecimal addresses which at the time I dont remeber what it 
was.

What version of nxt-python are you using? On what operating system?
I'm using 2.1.0 on ubuntu version 10.0.4

Please provide any additional information below.

Original issue reported on code.google.com by Atomisth...@gmail.com on 30 Jun 2011 at 10:28

GoogleCodeExporter commented 9 years ago
Do a dir() on the object and see if any of the fields are what you're looking 
for.

Original comment by marcus@wanners.net on 30 Jun 2011 at 11:09