About gpiozerocpp¶
gpiozero C++ interface with Raspberry Pi
Based on pigpio C++ Library
Please install pigpio C++ Library
Installer Command:
apt install libpigpio-dev pigpio
Welcome to try and offer advice.
API Main¶
gpiozerocpp
- Method:
setup_pin()
- Initialization GPIO.
clean_pin()
- End GPIO.
sleep(double time)
Parameter:
(Double) time: Delay of Time.
Freeze thread.