I noticed in Zephyr OS there is an API LED:
led_on(dev_io, RED); <-- does not work gpio_pin_set(dev_io, RED, 1); <-- works well
what can be the reason ?
can you show a working example with "led_on" ?
thanks , working great!