Skip to content

pullrequests Search Results · repo:joan2937/pigpio language:C

Filter by

106 results
 (98 ms)

106 results

injoan2937/pigpio (press backspace or delete to remove)

In Python, simply using raise outside of an except block is not valid and results in the error RuntimeError: No active exception to reraise. By simply replacing raise with raise ValueError( Checksum incorrect ...
  • 0x07CB
  • Opened 
    on Oct 19, 2024
  • #619

Your DHT11 class does not correctly implement the iterator protocol in Python 3. In Python 3, the special method to get the next element of an iterator is called next() instead of next(). Therefore, ...
  • 0x07CB
  • Opened 
    on Oct 19, 2024
  • #618

Hey 👋🏻, I am currently looking into licensing at Home Assistant, and I found that we could not detect the license of this library properly. According to pyproject.toml documentation about the license ...
  • joostlek
  • 1
  • Opened 
    on Jun 24, 2024
  • #608

Unix-domain sockets have less overhead than TCP. They also tend to work better on a system that s built without networking. ;-)
  • smurfix
  • 1
  • Opened 
    on Dec 5, 2023
  • #591

This makes it possible to install pigpio over the distributed version by running make prefix=/usr.
  • dspinellis
  • Opened 
    on Apr 7, 2023
  • #569

This prevents pigpio wave output from disrupting sound output performed at a later point. Tests have been added and all tests run successfully. (Strangely, fewer than imagined tests fail when the state ...
  • dspinellis
  • Opened 
    on Apr 7, 2023
  • #568

  • eswarpr
  • 2
  • Opened 
    on Mar 11, 2023
  • #566

This change check the result of socket.recv and break the loop if connection is closed (recv returns 0) Related issue: https://github.com/joan2937/pigpio/issues/563
  • cescobaz
  • Opened 
    on Feb 19, 2023
  • #564

Hello Guy, As discussed in Issue #555 , this pull request adds the ability to obtain the serial number of the board. The change is implemented in a similar fashion as the code extracting the hardware ...
  • kurisuD
  • 4
  • Opened 
    on Jan 23, 2023
  • #558

This adds a couple of options to the project to modularise which parts are built. For example, the tests are only useful for CI to check if changes break functionality and man pages are only useful for ...
  • christianrauch
  • 1
  • Opened 
    on Oct 16, 2022
  • #550