Skip to content

Commit

Permalink
Increased light power for greeting
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Cross committed Jan 6, 2017
1 parent 5debb84 commit c4bc8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sketches/OpenROV2x/CLights.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void CLights::Update( CCommand& commandIn )
else
{
greetState = true;
m_pin.Write( 1 );
m_pin.Write( 150 );
}

greetCycle++;
Expand Down

0 comments on commit c4bc8fb

Please sign in to comment.