Skip to content

Commit

Permalink
doc: drv: update doc after motors and rgbled move
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Jul 9, 2024
1 parent 533f485 commit 2766c1f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 0 additions & 2 deletions doc/sphinx/bsp.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ _api/bsp_gpio
_api/bsp_i2c
_api/bsp_ipc
_api/bsp_lh2
_api/bsp_motors
_api/bsp_nvmc
_api/bsp_partition
_api/bsp_pwm
_api/bsp_qdec
_api/bsp_qspi
_api/bsp_radio
_api/bsp_rgbled
_api/bsp_rng
_api/bsp_rpm
_api/bsp_saadc
Expand Down
2 changes: 2 additions & 0 deletions doc/sphinx/drv.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ _api/drv_lis3mdl
_api/drv_log_flash
_api/drv_lsm6ds
_api/drv_lz4
_api/drv_motors
_api/drv_move
_api/drv_n25q128
_api/drv_ota
_api/drv_pid
_api/drv_protocol
_api/drv_rgbled
_api/drv_rgbled_pwm
_api/drv_upgate
_api/drv_uzlib
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ _examples/01bsp_device
_examples/01bsp_gpio
_examples/01bsp_i2c
_examples/01bsp_lighthouse
_examples/01bsp_motors
_examples/01bsp_nvmc
_examples/01bsp_qdec
_examples/01bsp_qspi
_examples/01bsp_radio_txrx_lr
_examples/01bsp_radio_txrx
_examples/01bsp_rgbled
_examples/01bsp_rng
_examples/01bsp_rpm
_examples/01bsp_saadc
Expand All @@ -52,9 +50,11 @@ _examples/01drv_lis2mdl
_examples/01drv_lis3mdl
_examples/01drv_lsm6ds
_examples/01drv_lz4
_examples/01drv_motors
_examples/01drv_move
_examples/01drv_n25q128
_examples/01drv_pid
_examples/01drv_rgbled
_examples/01drv_rgbled_pwm
_examples/01drv_uzlib
```
Expand Down
4 changes: 2 additions & 2 deletions drv/motors.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#define __MOTORS_H

/**
* @defgroup bsp_motors Motors driver
* @ingroup bsp
* @defgroup drv_motors Motors driver
* @ingroup drv
* @brief Control the DC motors
*
* @{
Expand Down
4 changes: 2 additions & 2 deletions drv/rgbled.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#define __RGBLED_H

/**
* @defgroup bsp_rgbled RGB LED driver
* @ingroup bsp
* @defgroup drv_rgbled RGB LED driver
* @ingroup drv
* @brief Control the rgbled driver (through SPI)
*
* @{
Expand Down

0 comments on commit 2766c1f

Please sign in to comment.