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

Board setup - better pins and modes handling #52

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

setnicka
Copy link

  • Enhanced autoconfig, which handles capabilities query with mixed modes
    (fixes issue Capabilities query parsing #51)
  • Pins can be both digital and analog pin (analog pins could be often
    used as digital pins)
  • All pins are saved into global board.pins list, each pins exists in
    one instance and in board.digital/board.analog are references to the
    same objects

@setnicka setnicka force-pushed the pin_rewrite branch 3 times, most recently from ffd03dc to baaed16 Compare December 15, 2016 15:37
* Enhanced autoconfig, which handles capabilities query with mixed modes
  (fixes issue tino#51)
* Pins can be both digital and analog pin (analog pins could be often
  used as digital pins)
* All pins are saved into global board.pins list, each pins exists in
  one instance and in board.digital/board.analog are references to the
  same objects
@setnicka
Copy link
Author

There are some failing checks, I will resolve them tomorrow (e.q. update test scenarios because of changes).

@coveralls
Copy link

coveralls commented Dec 16, 2016

Coverage Status

Coverage increased (+0.7%) to 73.947% when pulling bf67666 on setnicka:pin_rewrite into 7a9ef22 on tino:master.

@coveralls
Copy link

coveralls commented Dec 16, 2016

Coverage Status

Coverage increased (+0.5%) to 73.75% when pulling 46d2c20 on setnicka:pin_rewrite into 7a9ef22 on tino:master.

@setnicka
Copy link
Author

@tino Do you have some time to look at this pull request? Thanks :-)

@setnicka setnicka mentioned this pull request Jan 17, 2017
After this update digital pin number could be as 0,1,2,3,4,25,26 (as
defined in Arduino board definition).
@coveralls
Copy link

coveralls commented Jan 20, 2017

Coverage Status

Coverage increased (+0.6%) to 73.872% when pulling e28866c on setnicka:pin_rewrite into 7a9ef22 on tino:master.

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.

2 participants