| 128 | } |
| 129 | |
| 130 | void CapacitiveSensor::set_CS_Timeout_Millis(unsigned long timeout_millis){ |
| 131 | CS_Timeout_Millis = (timeout_millis * (float)loopTimingFactor * (float)F_CPU) / 16000000; // floats to deal with large numbers |
| 132 | } |
| 133 | |
| 134 | // Private Methods ///////////////////////////////////////////////////////////// |
| 135 | // Functions only available to other functions in this library |
nothing calls this directly
no outgoing calls
no test coverage detected