ninjablocks / 433Utils

433Kit is a collection of code and documentation designed to assist you in the connection and usage of RF 433MHz transmit and receive modules to/with your Arduino and Rapberry Pi.
ninjablocks.com
MIT License
893 stars 336 forks source link

RPi: wiringPi is deprecated #72

Open jrc opened 4 years ago

jrc commented 4 years ago

On Raspberry Pi, 433Utils requires wiringPi, but wiringPi is now deprecated.

"I will make a final release of wiringPi available soon – with the sources, but that’s that. No more public releases. I’ll still be maintaining it for my own uses and clients, but for everyone else, please look at for alternative GPIO library for on-going projects." from http://wiringpi.com/news/

An unofficial mirror remains here: https://github.com/WiringPi/WiringPi

hasenradball commented 1 year ago

I think it is better to switch to pigpio.