| 528 | */ |
| 529 | |
| 530 | static int doExtensionRht03 (char *progName, int pinBase, char *params) |
| 531 | { |
| 532 | int piPin ; |
| 533 | |
| 534 | if ((params = extractInt (progName, params, &piPin)) == NULL) |
| 535 | return false ; |
| 536 | |
| 537 | return rht03Setup (pinBase, piPin) ; |
| 538 | } |
| 539 | |
| 540 | |
| 541 | /* |
nothing calls this directly
no test coverage detected