Skip to content

Commit

Permalink
updata: air80e系列已支持adc.setRange,更新注释
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Jul 10, 2023
1 parent d4d1e03 commit fb38f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luat/modules/luat_lib_adc.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static int l_adc_open(lua_State *L) {
}

/**
设置ADC的测量范围,注意这个和具体芯片有关,目前只支持air105
设置ADC的测量范围,注意这个和具体芯片有关,目前只支持air105/Air780E系列
@api adc.setRange(range)
@int range参数,与具体设备有关,比如air105填adc.ADC_RANGE_1_8和adc.ADC_RANGE_3_6
@return nil
Expand Down

0 comments on commit fb38f0c

Please sign in to comment.