JetsonGPIO Versions Save

A C++ library that enables the use of Jetson's GPIOs

v1.2.5

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/pjueon/JetsonGPIO/compare/v1.2.4...v1.2.5

v1.2.4

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/pjueon/JetsonGPIO/compare/v.1.2.3...v.1.2.4

v.1.2.3

1 year ago

What's Changed

v.1.2.2

1 year ago

What's Changed

New Contributors

v.1.2.1

2 years ago

What's Changed

New Contributors

v.1.2.0

2 years ago

What's Changed

  • Update event module (#40 by @pjueon)
    • Fix bug for CVM and TEGRA_SOC mode
    • Change the callback signature
    • Change the return type of wait_for_edge
  • Update CMake cofiguration(#41, #42 by @rotolof)
    • Add support for find_package() config mode
    • Add BUILD_EXAMPLES option
    • Add support for FetchContent
    • Change the installation directory for the headers

New Contributors

v.1.1.0

2 years ago

What's Changed

  • add Jetson TX2 NX support
  • add Jetson AGX Xavier industrial support
  • bug fix for Clara AGX Xavier
  • improve performance
  • should be equivalent to v2.0.17 of the official python library

v.1.0.4

2 years ago

What's Changed

New Contributors

v.1.0.3

2 years ago

What's Changed

  • bug fix
    • fix for #31

v.1.0.2

2 years ago

What's Changed