This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nrf9160 LED zephyr API does not work

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" ? 

Parents Reply Children
No Data
Related