This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/examples/acomp/readme.md

8 lines
274 B
Markdown
Raw Normal View History

2021-08-25 18:57:39 +08:00
**board/bl706_lp/pinmux_config.h** 中 **CONFIG_GPIO7_FUNC** 选择 **GPIO_FUN_ADC**ACOMP 会使用ADC_CH6
**board/bl706_lp/pinmux_config.h** 中 **CONFIG_GPIO17_FUNC** 选择 **GPIO_FUN_ADC**ACOMP 会使用ADC_CH3
```bash
$ make APP=acomp BOARD=bl706_lp
```