Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indi-duino driver revamped #116

Merged
merged 1 commit into from May 2, 2020
Merged

Indi-duino driver revamped #116

merged 1 commit into from May 2, 2020

Conversation

escribana
Copy link
Contributor

Correction of a few flaws and addition of a simple "roof" interface.

  1. "Lights" and "Switches" didn't persist in Timeloop (TimerHit). They
    always fell back to "idle". Now the state is reflected correctly.

  2. The states of the pins of Arduino weren't queried upon connection. A
    small patch from the year 2014 (Ver.2.4.0 beta) is added to the orginal
    StandardFirmata.ino. Now if a digital port or an analog pin is enabled,
    its value is immediately sent to the client when the driver connects.

  3. A simlpe "roof" is added to show how to deploy additional switches.

@knro knro merged commit 7d7a185 into indilib:master May 2, 2020
@escribana escribana deleted the Arduino branch May 12, 2020 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants