Problem with Gesture sensor SEN0543 example code
I am trying to get the Gesture Sensor SEN0543 running on a UNO - I tried both examples (pooling and Interrupt) from the products library (with it connected to the UNO) and upon compiling I get this:-
"Error compiling for the Arduino Uno
exit 1
Error compiling for board Arduino Uno."
Can anyone help please?
Thanks
2023-09-12 02:51:26
The GR10-30 library also include the RTU library.
https://github.com/DFRobot/DFRobot_RTU
Make sure you also install this library.
Yeez_B