[add] adc framework

This commit is contained in:
chenchaoqun@rt-thread.com
2018-11-20 10:08:31 +08:00
parent c8d38b79ff
commit 049944529f
5 changed files with 273 additions and 1 deletions
+4 -1
View File
@@ -7,7 +7,10 @@ group = []
if GetDepend(['RT_USING_PIN']):
src = src + ['pin.c']
if GetDepend(['RT_USING_ADC']):
src = src + ['adc.c']
if GetDepend(['RT_USING_PWM']):
src = src + ['rt_drv_pwm.c']