fixes
This commit is contained in:
@ -59,10 +59,6 @@ struct {
|
||||
} modbusHoldingRegisters;
|
||||
|
||||
|
||||
float pt1000(float r) {
|
||||
return (r / PT1000_R0 - 1) / PT1000_Coeff;
|
||||
}
|
||||
|
||||
void setup() {
|
||||
delay(100);
|
||||
led.begin(LED_PIN);
|
||||
|
Reference in New Issue
Block a user