Skip to content

Commit

Permalink
Update HelloSensor.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
abcdaaaaaaaaa authored Jul 3, 2024
1 parent 3d54a05 commit 6fa3f6d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions HelloSensor/HelloSensor.ino
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,20 @@ break;
case (14):
{
tm1637.display(3,10);
tm1637.display(2,7);
tm1637.display(1,0);
tm1637.display(0,3);
MQ.setRL(50);
MQ.RSRoMQAir(100);
MQ.dangerousPer(0.96);
value1 = MQ.MQ307ADataCO();
MQ.dangerousPer(56.107);
value2 = MQ.MQ307ADataH2();
}
break;
case (15):
{
tm1637.display(3,10);
tm1637.display(2,9);
tm1637.display(1,0);
tm1637.display(0,3);
Expand Down

0 comments on commit 6fa3f6d

Please sign in to comment.