Skip to content
Snippets Groups Projects
Commit 277699df authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

[InternalADC] Fixed spelling mistakes

parent 37b1b4a4
Branches
Tags
1 merge request!102[stm32f7] Add support for stm32f7 microcontrollers
......@@ -320,6 +320,7 @@
"upcounter",
"USART",
"vbat",
"VBATE",
"velnord",
"vout",
"vsense",
......
......@@ -227,7 +227,7 @@ inline void InternalADC::setChannelSampleTime(Channel channel,
float InternalADC::readChannel(Channel channel)
{
// Slect channel
// Select channel
adc->SQR3 = channel;
// Start conversion
......
......@@ -38,7 +38,7 @@ namespace Boardcore
* The driver uses basic ADC features, that is the single conversion mode.
* A previous version of the driver featured injected and regular channels with
* also DMA. Since ADC conversion time is very low, the driver has been
* simplified to provide better usability and simplier implementation.
* simplified to provide better usability and simpler implementation.
*
* @warning This driver has been tested on f205, f407, f429, f767 and f769
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment