this worked with the prototype SUS
This commit is contained in:
@ -24,7 +24,7 @@ namespace SUS {
|
||||
* Bit7 - Bit6: 0b01, tells MAX1227 that this is the setup register
|
||||
*
|
||||
*/
|
||||
static const uint8_t SETUP_DEFINITION = 0b01110000;
|
||||
static const uint8_t SETUP_DEFINITION = 0b01111000;
|
||||
|
||||
/**
|
||||
* @brief This value will always be written to the ADC conversion register to specify the
|
||||
|
Reference in New Issue
Block a user