Skip to content

Releases: Tungsteno74/NPi.GPIO

NPi.GPIO

12 Jul 16:45
ac3f302
Compare
Choose a tag to compare
  • fixed typo error #36
  • removed some old comments
  • updated from version 0.5.8.5 to 0.5.8.6

NPi.GPIO

31 May 23:24
707b8fc
Compare
Choose a tag to compare
  • add version attribute string to __init__.py as semi-standard way.
  • add alternative to access gpio memory by /dev/gpiomem instead of /dev/mem.
  • move log error showed at wrong time when try to open boards information file (/sys/class/sunxi_info/sys_info /etc/friendlyelec-release /etc/armbian-release).
  • add link to NPi.GPIO PYPi module in the readme file.

NPi.GPIO

28 May 20:04
9aa942f
Compare
Choose a tag to compare
  • fix a PyPi issue wheel upload

NPi.GPIO

25 May 22:50
869cef9
Compare
Choose a tag to compare
  • Removed print log when find the wrong board at first try.
  • Changed version type as c #define macro type.

NPi.GPIO

09 Mar 18:59
Compare
Choose a tag to compare
  • fixed raw_input compatibility and other things
  • fixed getBoardDisplayName open file
  • fixing setup data_files
  • added examples and fixed an example
  • fixing "trimwhitespaces" C function
  • fixing "printf" warning
  • trying to fix build time

NPi.GPIO

05 Mar 01:12
38b7c01
Compare
Choose a tag to compare
  • fixed long_description with README.md.
  • added long_description_content_type setup parameter as "text/markdown" to support markdown losg description.