Skip to content

Commit

Permalink
AO1 set to 0 at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
giampiero7 committed Nov 14, 2018
1 parent d081a1c commit e728c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Iono/Iono.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ IonoClass::IonoClass() {
analogWriteResolution(ANALOG_WRITE_BITS);
#endif

_ao1_val = 0;
write(AO1, 0);
}

#ifdef IONO_MKR
Expand Down

0 comments on commit e728c57

Please sign in to comment.