I hereby claim:
- I am manu-chroma on github.
- I am manuchroma (https://keybase.io/manuchroma) on keybase.
- I have a public key whose fingerprint is 1BE5 4A82 E6E4 37EF 90D4 5C02 C490 AB91 1635 1C3C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I know I'm late with this article for about 5 years or so, but people are still using Python 2.x, so this subject is relevant I think.
Some facts first:
str is an 8-bit string.unicode is for strings of unicode code points.Hey everyone! I'm Manvendra, a Google Summer of Code '17 student developer. This summer, I worked on Common Workflow Language Project which comes under OBF Org. This is a summary report on what I managed to do in the past three months.
My major deliverables were:
| import RPi.GPIO as GPIO #Import GPIO library | |
| import time | |
| GPIO.setwarnings(False) | |
| GPIO.setmode(GPIO.BCM) # programming the GPIO by BCM pin numbers | |
| # set tigger and echo pins for the ultrasonic sensor | |
| TRIG = 17 | |
| ECHO = 27 |