This is an automated email from the ASF dual-hosted git repository.

aditi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-documentation.git

commit b176821d8d022999cb9d658e71eb6888dcfc1e61
Merge: 67d6a86 a68565a
Author: aditihilbert <[email protected]>
AuthorDate: Thu Aug 23 16:10:02 2018 -0700

    Merge pull request #53 from jacobrosenthal/drv2605
    
    drv2605: fix load_rom shell command naming

 docs/tutorials/sensors/sensor_nrf52_drv2605.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --cc docs/tutorials/sensors/sensor_nrf52_drv2605.rst
index a07e8fb,0c79f7c..2ea24d0
--- a/docs/tutorials/sensors/sensor_nrf52_drv2605.rst
+++ b/docs/tutorials/sensors/sensor_nrf52_drv2605.rst
@@@ -192,14 -192,14 +192,14 @@@ first configure as ROM mode is the defa
      drv2605 op_mode rom
      037245 op_mode succeeded
  
 -Now you can load up to 8 internal roms or delays. In this case well use four 
hard
 +Now you can load up to 8 internal roms or delays. In this case we'll use four 
hard
  clicks (1) with max delays (255) in between. You may only have to do this 
once per
  boot if you wanted to use this same sequence every time you trigger the 
DRV2605 device.
 -.. code-block:: console
  
 +.. code-block:: console
  
-     120858 compat> drv2605 load 1 255 1 255 1 255 1 255
-     drv2605 load 1 255 1 255 1 255 1 255
+     120858 compat> drv2605 load_rom 1 255 1 255 1 255 1 255
+     drv2605 load_rom 1 255 1 255 1 255 1 255
      122555 Load succeeded
  
  The motor is in standby by default after a mode change, so enable it:

Reply via email to