Skip to content

A straightforward library to interface with the Jetson TX1 GPIO pins

License

Notifications You must be signed in to change notification settings

banyue618/jetsonTX1GPIO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jetsonTX1GPIO

A straightforward library to interface with the NVIDIA Jetson TX1 Development Kit GPIO pins.

Based on Software by RidgeRun https://developer.ridgerun.com/wiki/index.php/Gpio-int-test.c

  • Copyright (c) 2011, RidgeRun
  • All rights reserved.

and ideas from Derek Malloy Copyright (c) 2012 https://github.com/derekmolloy/beaglebone

exampleGPIApp.cpp describes a simple usage case using a tactile button and LED as input and output. 这个项目中主要是jetsonGPIO.c提供了在Linux系统下sysfs方式控制GPIO的接口配置函数,只需要知道sysfs GPIO编号就能 配置板上的相应的GPIO口。

About

A straightforward library to interface with the Jetson TX1 GPIO pins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 78.9%
  • C++ 20.5%
  • Shell 0.6%