You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 9 месеца
преди 1 година
преди 9 месеца
преди 9 месеца
преди 9 месеца
преди 9 месеца
преди 9 месеца
12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. :warning: This library was deprecated by its author in August 2019. Until 31st October 2023 it was maintaining at https://github.com/WiringPi/WiringPi/ but later set to read only because there was no interest in properly maintaining it.
  2. In 2024 GC2 fork the project to maintaining it and to keep the best GPIO Library for Raspberry Pi running. We do our best, but we have limited resources and can not give support.
  3. WiringPi (Unofficial Mirror/Fork)
  4. =================================
  5. This is an unofficial mirror/fork of wiringPi to support ports (Python/Ruby/etc). With the
  6. [end of official development](https://web.archive.org/web/20220405225008/http://wiringpi.com/wiringpi-deprecated/), this repository
  7. has become a mirror of the last "official" source release, plus a fork facilitating updates
  8. to support newer hardware (primarily for use by the ports) and fix bugs.
  9. * The final "official" source release can be found at the
  10. [`final_source_2.50`](https://github.com/WiringPi/WiringPi/tree/final_official_2.50) tag.
  11. * The default `master` branch contains code that has been written since that final source
  12. release to provide support for newer hardware.
  13. BananaPi M2 Zero
  14. -----
  15. See brunch BananPi, there is no further development.
  16. Ports
  17. -----
  18. wiringPi has been wrapped for multiple languages:
  19. * Node - https://github.com/WiringPi/WiringPi-Node
  20. * Perl - https://github.com/WiringPi/WiringPi-Perl
  21. * PHP - https://github.com/WiringPi/WiringPi-PHP
  22. * Python - https://github.com/WiringPi/WiringPi-Python
  23. * Ruby - https://github.com/WiringPi/WiringPi-Ruby
  24. Support
  25. -------
  26. Please do not email Gordon if you have issues, he will not be able to help.
  27. Dont' email @Gadgetoid.
  28. Don't email GC2, use issue system of github to report errors.
  29. Debug
  30. -------
  31. WIRINGPI_DEBUG=1 ./my_wiringpi_program
  32. WIRINGPI_DEBUG=1 ./gpio readall