Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 8 mēnešiem
pirms 8 mēnešiem
pirms 8 mēnešiem
pirms 8 mēnešiem
pirms 8 mēnešiem
pirms 9 mēnešiem
pirms 9 mēnešiem
pirms 9 mēnešiem
12345678910111213141516171819202122232425262728293031323334353637383940
  1. ℹ️ Since 2024, [GC2](https://github.com/GrazerComputerClub) has taken over maintenance of the project, supporting new OS versions as well as current hardware generations. We are dedicated to keeping the arguably best-performing GPIO Library for Raspberry Pi running smoothly. We strive to do our best, but please note that this is a community effort, and we cannot provide any guarantees or take responsibility for implementing specific features you may need.
  2. ⚠️ on Pi5, PWM support is currently under development and _will not work at this point_. If you're interested in the progress, please check the [corresponding issue](https://github.com/GrazerComputerClub/WiringPi/issues/21).
  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. Ports
  14. -----
  15. wiringPi has been wrapped for multiple languages:
  16. * Node - https://github.com/WiringPi/WiringPi-Node
  17. * Perl - https://github.com/WiringPi/WiringPi-Perl
  18. * PHP - https://github.com/WiringPi/WiringPi-PHP
  19. * Python - https://github.com/WiringPi/WiringPi-Python
  20. * Ruby - https://github.com/WiringPi/WiringPi-Ruby
  21. Support
  22. -------
  23. Please use the [issue system](https://github.com/WiringPi/WiringPi/issues) of GitHub.
  24. Please do not email Gordon or @Gadgetoid.
  25. Please don't email GC2 for reporting issues, you might [contact us](wiringpi@gc2.at) for anything that's not meant for the public.
  26. Debug
  27. -------
  28. WIRINGPI_DEBUG=1 ./my_wiringpi_program
  29. WIRINGPI_DEBUG=1 ./gpio readall