Which module is used to control the gpio in python?



Which module is used to control the gpio in python?..

Answer / Nitesh Chaudhary

The `RPi.GPIO` module in Python is used for controlling General Purpose Input/Output (GPIO) pins on devices like the Raspberry Pi.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Convert a string representation of list to list.

1 Answers  


How do I share global variables across modules?

1 Answers  


What are negative indexes and why are they used?

4 Answers  


How do you make use of arrays in python?

1 Answers  


What is shell scripting in python?

1 Answers  


Can I make a website with python?

1 Answers  


Do you know what is the difference between deep and shallow copy?

1 Answers  


What are the built-in data-types in python?

1 Answers  


Can you explain the life cycle of a thread?

1 Answers  


What is syntax in python programming?

1 Answers  


What is the usage of help() function in python?

1 Answers  


Which version of python is best?

1 Answers  


Categories