Skip to content

Commit ec652c8

Browse files
authored
comments updated
1 parent 32b46ce commit ec652c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AirQuality-CO-NO2-NH3.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ boolean pcReceived = false;
9191
#define CHILD_ID_H2 6
9292
#define CHILD_ID_C2H5OH 7
9393

94-
MySensor gw; // Arduino initialization
94+
MySensor gw; // initializing arduino
9595
MyMessage msg_nh3(CHILD_ID_NH3, V_UNIT_PREFIX);
9696
MyMessage msg_co(CHILD_ID_CO, V_UNIT_PREFIX);
9797
MyMessage msg_no2(CHILD_ID_NO2, V_UNIT_PREFIX);
@@ -141,7 +141,7 @@ void setup()
141141
}
142142

143143

144-
void loop()
144+
void loop() //code written in here will be in a loop
145145
{
146146

147147
float c;

0 commit comments

Comments
 (0)