ADC working ok in sync with system
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
|
||||
#include <SPI.h>
|
||||
|
||||
// SPI Frequency
|
||||
#define SPI_FREQ 1920000
|
||||
|
||||
//Differential inputs
|
||||
#define DIFF_0_1 0b00000001 //A0 + A1 as differential input
|
||||
#define DIFF_2_3 0b00100011 //A2 + A3 as differential input
|
||||
|
||||
Reference in New Issue
Block a user