Hello to everyone.
I'm moving my project from arduino nano to arduino zero.
I need to run an rc servo with the possibility to regulate speed other then position.
With arduino nano I was using varservospeed.h library . This library do not work for zero.
Is there some other similar library compatible with Zero, or some other method with simple example?
I've also problem let's LCD display work, like 16x2 (I2c, SDA SCL).
On nano I was using LiquidCrystal I2C.h library , but also this library do not work on Zero.
Is there some other similar library compatible with zero or some other method? (need it work on native SDA SCL ports.
Thanks in advance to everyone