Skip to content

Releases: pjueon/JetsonGPIO

v.1.0.1

10 Nov 14:04
Compare
Choose a tag to compare

What's Changed

  • Add support for user-defined type callback for event module
    (Any object that satisfies the following requirements can be used as callback functions)

    • Callable (argument type: int, return type: void)
    • Copy-constructible
    • Equality-comparable with same type (ex> func0 == func1)

v.1.0.0

25 Oct 15:17
Compare
Choose a tag to compare

What's Changed

  • Added support for the events module of the JetsonGPIO library by @ShimmyShaman in #23
  • Add support for Jetson Nano 2GB, Clara AGV Xavier board
  • Add support upstream /sys/devices layout
  • Fix some bugs

New Contributors

v.0.1.3

25 May 16:57
Compare
Choose a tag to compare

What's Changed

New Contributors

v.0.1.2

05 May 08:55
6bc7625
Compare
Choose a tag to compare

What's Changed

New Contributors