Skip to content

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 notifications@github.com
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