How to work vibration on Core2 V1.1 (K010-V11)?
-
Hi,
I am using Previous Core2 (K010) and New Core2 (K010-V11) .
Previous Core2 Vibration can work with following code but New Core2 Vibration cannot work.
Core2 bottom show Previous:AXP-LDO3 -> New:DLA01.
Is there any example code to work DAL01?[code]
M5.Axp.SetLDOEnable(3, true);
delay(100);
M5.Axp.SetLDOEnable(3, false);[Previous Core2 bottom]
[New Core2 bottom]
-
-
Hi felmue,
Thank you for your comment.
I have done with M5.Axp.SetVibration command.Thank you!