Skip to content
Snippets Groups Projects
Commit 7592c15f authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Correct potentiometry/OCP polarity.

parent c4111419
Branches
No related merge requests found
......@@ -60,7 +60,7 @@
#define ADS_BUFF_ON 0b0010 //0x2
#define ADS_MUX_VOLT 0x08
#define ADS_MUX_POT 0x18
#define ADS_MUX_POT 0b10000001
extern uint16_t sample_delay_ms_100div;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment