updated the examples

This commit is contained in:
RobTillaart 2017-12-12 16:43:02 +01:00
parent 23a620947b
commit c95d02365f
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ void setup()
void loop()
{
// READ DATA
Serial.print("AM232X, \t");
Serial.print("AM2320, \t");
int status = AM2320.read();
switch (status)
{

View File

@ -28,7 +28,7 @@ void setup()
// sensor only returns one decimal.
Serial.println();
Serial.println("Read: \t");
Serial.println("Read:\t");
int status = AM2320.read();
switch (status)
{

View File

@ -30,7 +30,7 @@ void setup()
void loop()
{
// READ DATA
Serial.print("AM232X, \t");
Serial.print("AM2322, \t");
int status = AM2322.read();
switch (status)
{