joan2937 / pigpio

pigpio is a C library for the Raspberry which allows control of the General Purpose Input Outputs (GPIO).
The Unlicense
1.47k stars 410 forks source link

Adding new functions to the library #610

Closed susmitaSanyal closed 4 months ago

susmitaSanyal commented 4 months ago

Hi, We encountered an issue where we needed to implement a function within the pigpio library to flush the DMA in order to resolve the PI_INIT_FAILED error so we don't have to power cycle the pi. Since the library hasn't been updated since 2021, I'm unsure if my PR will be accepted. Therefore, I wanted to ask here first: can we add our function to the library code?

guymcswain commented 4 months ago

... in order to resolve the PI_INIT_FAILED error ...

Can you reference an issue # in this repository or be more specific?

susmitaSanyal commented 4 months ago

not going to merge my changes