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

74xx595 logic and Arduino 1.6.7 compiler fix #32

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Asbjoern
Copy link

I had to make the following code changes to get Brewtroller to work on my board (Based on DX2).

74xx595 uses inverted logic on enable pin.

muxDataPin.set(bool) does not work (Arduino 1.6.7 problem?) Logic
expanded to use .set() and .clear() instead.

Arduino 1.6.7 does not like static const declaration.

74xx595 uses inverse logic on enable pin.

muxDataPin.set(bool) does not work (Arduino 1.6.7 problem?) Logic
expanded to use .set() and .clear() instead.

Arduino 1.6.7 does not like static const declaration.
@mattreba
Copy link
Member

Thank you for the commit. I need to evaluate the impact to the BT 3.x and
4.x boards which first used this logic.

On Tue, Feb 23, 2016 at 2:31 AM Asbjørn Mejnertsen [email protected]
wrote:

I had to make the following code changes to get Brewtroller to work on my
board (Based on DX2).

74xx595 uses inverse logic on enable pin.

muxDataPin.set(bool) does not work (Arduino 1.6.7 problem?) Logic
expanded to use .set() and .clear() instead.

Arduino 1.6.7 does not like static const declaration.

You can view, comment on, or merge this pull request online at:

#32
Commit Summary

  • 74xx595 logic and Arduino 1.6.7 compiler fix

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#32.

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