zephyr/samples/subsys
Andrzej Głąbek 0c10d5cc1f samples/subsys/usb/hid-mouse: Convert to use the new GPIO API
Convert the sample to use the new GPIO API and additionally:
- add some error messages for unsuccessful GPIO API calls
- correct the index of `def_val` element used in the `right_button`
  callback, to match the one used when the callback is installed
- use flags defined in devicetree for the pin that drives the LED
  (for consistency, as this does not make much difference for a pin
  that is only toggled)

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2020-02-05 12:00:36 +01:00
..
canbus can: Introduce can-primary alias 2020-01-27 10:25:00 -06:00
console tests: fix test identifiers 2019-12-09 15:53:44 -05:00
fs samples: drivers: spi_flash: switch nrf52840_pca10056 to Nordic QSPI 2020-01-29 15:15:49 +01:00
ipc tests: fix test identifiers 2019-12-09 15:53:44 -05:00
logging tests: fix test identifiers 2019-12-09 15:53:44 -05:00
mgmt samples: smp_svr: Handle advertise start in disconnected callback. 2020-01-23 14:13:17 +02:00
nvs tests: fix test identifiers 2019-12-09 15:53:44 -05:00
power/device_pm cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
settings samples/subsys/settings: add nrf targets supports 2020-01-31 07:45:52 -05:00
shell samples/subsys/shell/fs: remove nffs configuration 2020-01-21 15:32:47 +01:00
usb samples/subsys/usb/hid-mouse: Convert to use the new GPIO API 2020-02-05 12:00:36 +01:00
subsys.rst