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

Added the following blocks #166

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

Conversation

emil01
Copy link

@emil01 emil01 commented May 8, 2017

INPUT_PULLUP:
A standard block that can be used to configure any pin as either INPUT,
OUTPUT or INPUT_PULLUP

Useful for interfacing switches and other devices that require a pullup
resistor

Liquid Crystal library:
Added blocks for:

  1. Begin()
  2. print()/println()
  3. clear()
  4. setCursor()

Thereby allowing basic LCD functionalities.

INPUT_PULLUP:
A standard block that can be used to configure any pin as either INPUT,
OUTPUT or INPUT_PULLUP

Useful for interfacing switches and other devices that require a pullup
resistor

Liquid Crystal library:
Added blocks for:
1. Begin()
2. print()/println()
3. clear()
4. setCursor()

Thereby allowing basic lcd functionalities.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 83.897% when pulling 8a65bf2 on EdwinRobotics:liquidCrystalAndInputPullup into dc34b1d on carlosperate:master.

@carlosperate
Copy link
Owner

carlosperate commented May 10, 2017

Thanks a lot for the contribution. I will be travelling until more or less the end of the month, so I am afraid I might not be able to review the PR until I'm back. Sorry for the delay, but I do look forward to try this out!

@emil01
Copy link
Author

emil01 commented May 11, 2017

No worries. Have a safe trip

@JorenVandenBergh
Copy link

I'm really looking forward to this pull, since we're planning on using it with our arduino's at school. Any chance this will be added in the next few weeks? No pressure, just asking =)

@emil01
Copy link
Author

emil01 commented Jul 3, 2017

@JorenVandenBergh You can download the my compiled version for windows from https://www.dropbox.com/s/2yto6zwbq1tb2qo/liquidCrystalAndInputPullup.zip?dl=1

Note: once you run the program, open preferences ( ctrl+comma). If you get a notification which says app not running, you will need to manually run the start.py file from command prompt.

  1. Open command prompt using ctrl+r
  2. Type cmd and press enter
  3. Type python /start.py
    If started successfully it should open a browser with the app you can close it and run the ardublockly_run.bat to start the program.

Do let me know if you are facing any issues

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.

None yet

4 participants