diff options
Diffstat (limited to 'stmhal/adc.h')
-rw-r--r-- | stmhal/adc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stmhal/adc.h b/stmhal/adc.h new file mode 100644 index 0000000000..c9f16932eb --- /dev/null +++ b/stmhal/adc.h @@ -0,0 +1,3 @@ +extern const mp_obj_type_t pyb_adc_type; + +MP_DECLARE_CONST_FUN_OBJ(pyb_ADC_all_obj); |