mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
Always working, but some of schematics was wrong
This commit is contained in:
@@ -22,7 +22,12 @@
|
||||
|
||||
// ADC channels in array
|
||||
enum{
|
||||
ADC_CH_VSEN = 0, // ADC_ch0
|
||||
ADC_CH_0 = 0, // ADC input channels
|
||||
ADC_CH_1,
|
||||
ADC_CH_2,
|
||||
ADC_CH_3,
|
||||
ADC_CH_4,
|
||||
ADC_CH_5,
|
||||
ADC_CH_TSEN, // T sensor
|
||||
ADC_CH_VDD, // Vdd sensor
|
||||
ADC_CHANNELS
|
||||
|
||||
Reference in New Issue
Block a user