-
Notifications
You must be signed in to change notification settings - Fork 2
Description
The original version of this software created a "sensor" that would send out one code when a button is pressed and another code when the button is released. This code formed the basis for building a generic SIS-compatible sensor. The original code was replaced by an altered version that repeatedly sent out codes for testing (TestBeacon). This altered version is not usable as the basis for creating a generic SIS sensor and it has issues (such as using the particle time library vs millis() which is compatible with Arduino and other platforms and has 1 ms resolution vs 1 second resolution of the time library). A more usable and corrected version of TestBeacon is also in this repository.
Because of the above, I suggest that the original OpenCloseTx code be restored under this name. We can either eave the TestBeacon code in the repository or remove it. The argument for removing it is that it was a test tool for receiver range testing and not meaningful to external users of this repository.