This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ff715429ea
circuitpython
/
stm
/
adc.h
3 lines
82 B
C
Raw
Normal View
History
Unescape
Escape
stm: Improved ADC module; add BOARD_NAME config value.
2014-01-25 11:30:47 -05:00
MP_DECLARE_CONST_FUN_OBJ
(
pyb_ADC_all_obj
)
;
MP_DECLARE_CONST_FUN_OBJ
(
pyb_ADC_obj
)
;