mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
updated the examples
This commit is contained in:
parent
23a620947b
commit
c95d02365f
@ -30,7 +30,7 @@ void setup()
|
||||
void loop()
|
||||
{
|
||||
// READ DATA
|
||||
Serial.print("AM232X, \t");
|
||||
Serial.print("AM2320, \t");
|
||||
int status = AM2320.read();
|
||||
switch (status)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -30,7 +30,7 @@ void setup()
|
||||
void loop()
|
||||
{
|
||||
// READ DATA
|
||||
Serial.print("AM232X, \t");
|
||||
Serial.print("AM2322, \t");
|
||||
int status = AM2322.read();
|
||||
switch (status)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user