better vref constant
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ static void analog_service(void *arg);
|
|||||||
|
|
||||||
static TaskHandle_t hAnalog;
|
static TaskHandle_t hAnalog;
|
||||||
|
|
||||||
#define DEFAULT_VREF 1100 // TODO try to find the exact value
|
#define DEFAULT_VREF 1095
|
||||||
#define NO_OF_SAMPLES 128
|
#define NO_OF_SAMPLES 128
|
||||||
|
|
||||||
void analog_init() {
|
void analog_init() {
|
||||||
|
|||||||
Reference in New Issue
Block a user