Open chrstphrchvz opened 6 years ago
I imagine it would be useful for ADC_Navio2::initialize() to report to the caller whether it initializes successfully or not (similar to what PWM:init() does). Would doing so break any existing code that uses it?
@chrstphrchvz
Sounds right. Would you like to make a PR?
I do not currently have the means to implement or test this. If someone else would like to try, that is fine.
I imagine it would be useful for ADC_Navio2::initialize() to report to the caller whether it initializes successfully or not (similar to what PWM:init() does). Would doing so break any existing code that uses it?