Function | Parameters | Comment | Return type |
---|---|---|---|
NST1001 (Constructor) | int, char | int = enable pin char = C, F or K. (unit) |
void |
NST1001 (Constructor) | int | Will default to Celsius. | void |
init | - | Starts timer. | void |
getTemp | - | Returns temperature. | float |
Function | Parameters | Comment | Return type |
---|---|---|---|
NST1001 (Constructor) | int array, char | int array = all enable pins. char = C, F or K. (unit) |
void |
NST1001 (Constructor) | int array | Will default to Celsius. | void |
init | - | void | |
getTemp | int | int = index from the enable pin array | float |
Function | Parameters | Comment | Return type |
---|---|---|---|
NST1001 (Constructor) | char | char = C, F or K. (unit) | void |
init | - | Starts timer. | void |
getTemp | - | Returns temperature. | float |
- Celsius (default)
- Kelvin
- Fahrenheit