Files
Christopher Collins e8efcf13f0 Convert nimble apps from log to modlog
Every sample nimble app used to register the `ble_hs_log` with the
console handler.

Now that the `ble_hs_log` doesn't exist, there is no need for apps to
register it.

Also, use the modlog package to write application log entries rather
than the log API.
2018-07-05 17:57:29 -07:00
..
2018-07-05 17:57:29 -07:00

BLE Cycling Speed and Cadence peripheral app.

The source files are located in the src/ directory.

pkg.yml contains the base definition of the app.

syscfg.yml contains setting definitions and overrides.