Skip to content

Commit c7ecdcd

Browse files
committed
Replace docref shortcodes with standard markdown links
1 parent 8a254a8 commit c7ecdcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/components/sensor/bmi270.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sensor to work.
1414
The BMI270 is a low-power 6-axis inertial measurement unit (IMU) from Bosch Sensortec, designed for wearables and other battery-powered applications. It offers improved power efficiency and features compared to its predecessor, the BMI160.
1515

1616
This component only does some basic filtering and no calibration. Due to the complexity of this sensor and the amount
17-
of possible configuration options, you should probably create an {{< docref "/components/external_components" "external component" >}}
17+
of possible configuration options, you should probably create an [external component](/components/external_components)
1818
by copying and modifying the existing code if you want a specific new feature. Supporting all possible use cases would
1919
be quite hard.
2020

@@ -71,6 +71,6 @@ sensor:
7171
## See Also
7272

7373
- [Sensor Filters](/components/sensor#sensor-filters)
74-
- {{< docref "bmi160/" >}}
74+
- [BMI160](/components/sensor/bmi160)
7575
- {{< apiref "bmi270/bmi270.h" "bmi270/bmi270.h" >}}
7676
- [Bosch BMI270 Product Page](https://www.bosch-sensortec.com/products/motion-sensors/imus/bmi270/)

0 commit comments

Comments
 (0)