Index: Common.h =================================================================== diff -u -refdbe5815e423124fdfa1a1efba8b61dacf170e8 -r54a28b8a2beaffe5a47a5fcc3a2e65354efa8e5e --- Common.h (.../Common.h) (revision efdbe5815e423124fdfa1a1efba8b61dacf170e8) +++ Common.h (.../Common.h) (revision 54a28b8a2beaffe5a47a5fcc3a2e65354efa8e5e) @@ -118,6 +118,7 @@ #define SECONDS_IN_A_DAY 86400 ///< Number of seconds in a day #define BITS_8_FULL_SCALE 256 ///< Full scale range for 8 bit ADC or DAC #define BITS_10_FULL_SCALE 1024 ///< Full scale range for 10 bit ADC or DAC +#define BITS_11_FULL_SCALE 2048 ///< Full scale range for 11 bit ADC or DAC #define BITS_12_FULL_SCALE 4096 ///< Full scale range for 12 bit ADC or DAC #define BITS_14_FULL_SCALE 16384 ///< Full scale range for 14 bit ADC or DAC #define BITS_16_FULL_SCALE 65536 ///< Full scale range for 16 bit ADC or DAC