c66d86c5ce
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.
3 lines
86 B
C
3 lines
86 B
C
extern const mp_obj_type_t pyb_adc_type;
|
|
extern const mp_obj_type_t pyb_adc_all_type;
|