Revision 67f3cff5 examples/rawdata/rawdata.ino
examples/rawdata/rawdata.ino | ||
---|---|---|
42 | 42 |
|
43 | 43 |
delay(1000); |
44 | 44 |
|
45 |
/* Display chip revision details (optional) */ |
|
46 |
bno.displayRevInfo(); |
|
47 |
Serial.println(""); |
|
48 |
|
|
49 | 45 |
/* Display the current temperature */ |
50 | 46 |
int8_t temp = bno.getTemp(); |
51 | 47 |
Serial.print("Current Temperature: "); |
Also available in: Unified diff