This repository has been archived by the owner on May 20, 2024. It is now read-only.
Releases: hhk7734/python3-gpiod
Releases · hhk7734/python3-gpiod
python3-gpiod v1.2.2
CHANGELOG
- github: add python lint action
- libgpiod: implement gpio.h and ioctl.h
- Fix huge amount of functions to remove libgpiod dependency 🎉 😎 🌟 📣
python3-gpiod v1.2.1
CHANGELOG
- libgpiodcxx: document line class
- pylint: create .pylintrc and run black
- libgpiodcxx: fix issue using list as default argument
- libgpiod: add gpiod_line_is_requested
python3-gpiod v1.2.0
CHANGELOG
- libgpiodcxx: document chip class
- libgpiod: fix issue that fail to load libgpiod.so
python3-gpiod v1.1.2
CHANGELOG
- pypi: version up due to pypi version problem
python3-gpiod v1.1.1
CHANGELOG
- libgpiodcxx: fix issue where line_bulk.get_values does not return result
python3-gpiod v1.1.0
CHANGELOG
- libgpiod: API: start certain enums from 1
python3-gpiod v1.0.1
CHANGELOG
- libgpiodcxx: use gpiod_line_event_get_fd in line.event_get_fd
python3-gpiod v1.0.0
Remove dependencies on pybind11, pkg-config, Etc.
CHANGELOG
- libgpiod: call libgpiod.so using ctypes
- libgpiodcxx: implement chip class
- libgpiodcxx: implement line class
- libgpiodcxx: implement line_bulk class
- libgpiodcxx: implement line_event class
- libgpiodcxx: implement line_request class