mbed library sources. Supersedes mbed-src.
Fork of mbed-dev by
Diff: targets/TARGET_STM/TARGET_STM32L1/common_objects.h
- Revision:
- 171:89b338f31ef1
- Parent:
- 170:19eb464bc2be
--- a/targets/TARGET_STM/TARGET_STM32L1/common_objects.h Thu Aug 03 13:13:39 2017 +0100 +++ b/targets/TARGET_STM/TARGET_STM32L1/common_objects.h Wed Aug 16 18:27:13 2017 +0100 @@ -122,6 +122,12 @@ DAC_HandleTypeDef handle; }; +struct analogin_s { + ADC_HandleTypeDef handle; + PinName pin; + uint8_t channel; +}; + #include "gpio_object.h" #ifdef __cplusplus