fix nernst

This commit is contained in:
Matthew Kennedy 2020-12-10 18:06:50 -08:00
parent ec20b7ed9d
commit 2d483cc586
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ static void SamplingThread(void*)
while(true)
{
// First toggle the pin
palTogglePad(GPIOB, 8);
palTogglePad(GPIOB, 7);
auto result = AnalogSample();
float r_1 = result.NernstVoltage;