Instructions

TABLE OF CONTENTS
Introduction................................................................................................................2
Parts ..........................................................................................................................3
Getting Started...........................................................................................................4
The Variable Resistor................................................................................................6
Program 1. Slider Number.........................................................................................8
Program 2. Slider Bar Graph.....................................................................................9
Program 3. Snake.....................................................................................................10
Program 4. Mu Plotter.............................................................................................11
MicroPython with Mu..............................................................................................12
Troubleshooting.......................................................................................................13
Learning...................................................................................................................14
MonkMakes.............................................................................................................15
INTRODUCTION
The MonkMakes Slider for micro:bit allows you to interact with your micro:bit by
sliding a control left and right.
The board uses a 10kΩ linear variable resistor (pot) to output a voltage between 0
and 3V that can be measured in your micro:bit programs using one of the micro:bit
connections as an analog input.
Page 2