Releases: pjueon/JetsonGPIO
Releases · pjueon/JetsonGPIO
v.1.0.1
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
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
- @ShimmyShaman made their first contribution in #23
v.0.1.3
v.0.1.2
What's Changed
- bug fix
- fix missing return statements by @SchwartzCode in #16
- update to fix issue #6 "PWM Pin 32 does not work" by @JKI757 in #7
- add support for Jetson NX by @aditya-shriwastava in #10
- update gitignore file by @akselaase in #18
New Contributors
- @SchwartzCode made their first contribution in #16
- @aditya-shriwastava made their first contribution in #10
- @JKI757 made their first contribution in #7
- @akselaase made their first contribution in #18