This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fd6925b4b9
circuitpython
/
stmhal
/
adc.h
3 lines
86 B
C
Raw
Normal View
History
Unescape
Escape
stmhal: Make pyb.ADC the ADC class (not a function).
2014-03-24 15:27:13 -04:00
extern
const
mp_obj_type_t
pyb_adc_type
;
stmhal: Big cleanup; merge gpio into Pin; make names consistent. This is an attempt to clean up the Micro Python API on the pyboard. Gpio functionality is now in the Pin object, which seems more natural. Constants for MODE and PULL are now in pyb.Pin. Names of some classes have been adjusted to conform to CamelCase. Other miscellaneous changes and clean up here and there.
2014-04-18 17:38:09 -04:00
extern
const
mp_obj_type_t
pyb_adc_all_type
;
Reference in New Issue
Copy Permalink