NXT Sensors
#328
Replies: 1 comment 1 reply
-
|
Yes, that's correct. And you can find all NXT sensor documentation here: https://docs.pybricks.com/en/latest/nxtdevices.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, i don't know if this topic was already discussed before (honestly i don't find it in the repository!). I'm fresh in Pybricks and Python as well, so i missed several bases... However... Regarding the use of the NXT sensor i'd like to know how to call them and how to set up the instruction and where can find the list of the "classes" available in each module (for example in nxtdevices or in iodevices...??)?
the module nxtdevices has the classes:
TouchSensor
LightSensor
ColorSensor
UltrasonicSensor
SoundSensor
TemperatureSensor
EnergyMeter
Then how can set the parameters?
for example if i wanna use the Ultrasonic Sensor:
Is it correct?
Beta Was this translation helpful? Give feedback.
All reactions