diff options
Diffstat (limited to 'stm/adc.h')
-rw-r--r-- | stm/adc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/adc.h b/stm/adc.h new file mode 100644 index 0000000000..5805aef42c --- /dev/null +++ b/stm/adc.h @@ -0,0 +1 @@ +mp_obj_t pyb_ADC(mp_obj_t resolution); |