jetson-gpio | A Python library that enables the use of Jetson 's GPIOs | Machine Learning library
kandi X-RAY | jetson-gpio Summary
kandi X-RAY | jetson-gpio Summary
A Python library that enables the use of Jetson's GPIOs
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Block until an edge is received
- Set the edge to the given edge
- Return the edge of a gpio event
- Return the gpio event object
- Get all gpio data
- Determine the device type
- Find the plugin manager associated with a given prefix
- Return a list of compatible compatibles
- Poll main thread
- Return the gpio event object associated with the file
- Return the key of the gpio object key
- Setup the given channels
- Get channel configuration
- Convert a list of channels to infos
- Wait for an edge
- Add an edge detection
- Adds an event detection
- Cleanup all channels
- Removes the edge detection
- Add an event callback
- Output the given values to the given values
- Exports the pwm file
- Read from the GPIO channel
- Return the edge event detected on the given channel
- Returns the gpio function for the given channel
- Stop the pin
jetson-gpio Key Features
jetson-gpio Examples and Code Snippets
function hashCode524287Shifting32bitSafe(key) {
const str = key.toString();
var hash = 0;
if (str.length == 0) return hash;
for (i = 0; i < str.length; i++) {
hash = (hash << 19) - hash;
hash = hash + str.codePointAt(i);
Community Discussions
Trending Discussions on jetson-gpio
QUESTION
while finding a number of examples on how to setup gpio using GPIO.BCM mode (in which pins numbers are equivalent to RPI (see image and nvidia/jetson-gpio), I could not find an example to setup pins in GPIO.TEGRA_SOC mode. so after digging into the gpio library I thought I would share this in an orderly fashion. see answer below.
...ANSWER
Answered 2020-Apr-05 at 07:09BCM mode, defining pins 9 (signal from nano out. e.g. trigger) and 11 (signal from sensor into the nan0) -
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install jetson-gpio
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page