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

Weird lineendings / bytes in wiring_constants.h #6

Open
maxgerhardt opened this issue Sep 24, 2020 · 0 comments
Open

Weird lineendings / bytes in wiring_constants.h #6

maxgerhardt opened this issue Sep 24, 2020 · 0 comments

Comments

@maxgerhardt
Copy link

maxgerhardt commented Sep 24, 2020

See file

#ifndef _WIRING_CONSTANTS_#define _WIRING_CONSTANTS_
#define HIGH 0x01#define LOW 0x00
#define INPUT 0x00#define OUTPUT 0x01
#ifndef USER_BTN_PRESS#define USER_BTN_PRESS 0#define USER_BTN_RELEASE 1#endifenum BitOrder { LSBFIRST = 0, MSBFIRST = 1};#endif

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

No branches or pull requests

1 participant