Skip to content

Board setup - better pins and modes handling#52

Open
setnicka wants to merge 3 commits into
tino:masterfrom
setnicka:pin_rewrite
Open

Board setup - better pins and modes handling#52
setnicka wants to merge 3 commits into
tino:masterfrom
setnicka:pin_rewrite

Conversation

@setnicka

Copy link
Copy Markdown
  • 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
Copy Markdown
Author

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

@coveralls

coveralls commented Dec 16, 2016

Copy link
Copy Markdown

Coverage Status

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

@coveralls

coveralls commented Dec 16, 2016

Copy link
Copy Markdown

Coverage Status

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

@setnicka

Copy link
Copy Markdown
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

coveralls commented Jan 20, 2017

Copy link
Copy Markdown

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