-
Notifications
You must be signed in to change notification settings - Fork 0
Arduino library
Red-Leader117 edited this page Dec 28, 2018
·
5 revisions
The Arduino library is a thin wrapper on top of the Serial library on the Arduino language. The API is given below.
In the actual program, the Adafruit_MAX31865 is used to obtain values from the sensor and this value is sent out every second.
- Arguments:
const int &baudRate
Calls Serial.begin(baudRate)
Calls Serial.end()
- Arguments:
const char *data
Calls Serial.println(data)