This is my make-through for the week's assignment. Grab a cup of coffee!
This week we were introduced to Raspberry pi! which is a series of small single-board computers that can be used in various projects and applications
We used Thonny IDE for this assignment and the following ones, as it's simple and all it's libraries are built in independent of computers installed libraries.
for this simple experiment w used an Raspberry pi 3, IR sensor, LED, breadboard and some jumpers
We used RPi.GPIO Library to control raspberry pi I/O pins like we do with Arduino pins.
I used in BCM numbering in this code, for more info about difference between board and BCM numbering check this link
What I learned this week is...
What I Learned this week:
I was introduced to raspberry pi.
controlling gpio pins on raspberry pi using python programming and libraries
Using sensor reads to control outputs of Raspberry pi GPIO's