Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Releases: hhk7734/python3-gpiod

python3-gpiod v1.2.2

29 Apr 08:16
Compare
Choose a tag to compare

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

23 Apr 06:16
Compare
Choose a tag to compare

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

17 Apr 13:28
Compare
Choose a tag to compare

CHANGELOG

  • libgpiodcxx: document chip class
  • libgpiod: fix issue that fail to load libgpiod.so

python3-gpiod v1.1.2

16 Apr 12:05
Compare
Choose a tag to compare

CHANGELOG

  • pypi: version up due to pypi version problem

python3-gpiod v1.1.1

16 Apr 11:50
Compare
Choose a tag to compare

CHANGELOG

  • libgpiodcxx: fix issue where line_bulk.get_values does not return result

python3-gpiod v1.1.0

15 Apr 07:47
Compare
Choose a tag to compare

CHANGELOG

  • libgpiod: API: start certain enums from 1

python3-gpiod v1.0.1

15 Apr 06:35
Compare
Choose a tag to compare

CHANGELOG

  • libgpiodcxx: use gpiod_line_event_get_fd in line.event_get_fd

python3-gpiod v1.0.0

14 Apr 19:26
Compare
Choose a tag to compare

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