All public logs
Jump to navigation
Jump to search
Combined display of all available logs of csn. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:14, 18 July 2020 David talk contribs created page Raspberry Pi and Sensors (Created page with "In this activity we are going to integrate a range of sensors. <pre> #!/usr/bin/python3 import RPi.GPIO as GPIO import time GPIO.setmode(GPIO.BCM) TRIG = 23 ECHO = 24...")