Hello everyone,
I am working on MYiR MYS-8MMX SBC board. now i am able to toggle the GPIO pin using command using export method from sys/class/gpio.
Now i want to toggle in a loop. So i am following https://github.com/starnight/libgpiod-example/blob/master/libgpiod-led/main.c method. here i am getting issue.
I don't know what i need to mention in *chipname and line_number.