Search this site
Embedded Files
Skip to main content
Skip to navigation
Python, Embedded Systems & the micro:bit
Home
Scratch demo
ThingSpeak Example
LED Control
Potentiometer & LED
Analog Light Dependent Resistor (LDR)
Shock Sensor
Infra Red Obstacle Sensor
Tilt Switch
Infra Red Emit and Receive
Three Colour LED
Two Colour LED
Tap Module
Temperature Sensor
Flex Sensor
Soft Potentiometer
Laser
Servo
Mercury Tilt Switch
Piezo Buzzer
Joystick
Power Relay
Ultrasonic Sensor
Basic Motors
Radio - Send & Receive
PIR Motion Sensor + Radio Send & Receive
Basic Rover Construction
Remote Control Rover
Python, Embedded Systems & the micro:bit
Flex Sensor
python-flex-sensor-microbit.mp4
from microbit import *
while True:
display.scroll(str(pin0.read_analog()))
sleep(1000)
Report abuse
Report abuse