mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
Add menu, TODO: add hold key events to quickly change value in menu setters
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
#define NUMBER_OF_ADC2_CHANNELS (1)
|
||||
// total number of channels - for array
|
||||
#define NUMBER_OF_ADC_CHANNELS ((NUMBER_OF_ADC1_CHANNELS+NUMBER_OF_ADC2_CHANNELS))
|
||||
|
||||
// number of AIN channels
|
||||
#define NUMBER_OF_AIN_CHANNELS (10)
|
||||
|
||||
// ADC1 in1..10 - inner and outern Tsens; ADC2 in1 - ext ADC
|
||||
// channels of ADC in array
|
||||
|
||||
Reference in New Issue
Block a user