Skip to content

Commit b51ee17

Browse files
committed
Update bitio.md
1 parent 8f75426 commit b51ee17

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

software/bitio.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,25 @@ review-with: jonnya
1313

1414

1515
## Overview
16-
bitio (pronounced bitty-o) is a micro:bit I/O library for Python. It allows you to run code in Python on a PC/Mac/Linux/Raspberry Pi and interact directly with the micro:bit. It works with both Python 2 and with Python 3 on Mac, PC, Raspberry Pi and Linux.
16+
17+
bitio (pronounced bitty-o) is a micro:bit I/O library for Python. It allows you to run code in Python on a PC/Mac/Linux/Raspberry Pi and interact directly with the micro:bit. It works with both Python 2 and Python 3 on Mac, PC, Raspberry Pi and Linux.
1718

1819
### Why would you use bitio?
19-
The library is useful if you want to use the micro:bit as an input or an output device for other programs, e.g. for Minecraft. Tilt your micro:bit, and something happens in the Minecraft world. It can be used for anything though, where you want to use the input and output devices on the micro:bit inside a Python program on a bigger computer.
20+
21+
bitio is useful if you want to use the micro:bit as an input or output device for other programs, e.g. for Minecraft: Tilt your micro:bit, and something happens in the Minecraft world. It can be used anywhere you might want to use the input and output devices on the micro:bit inside a Python program on a bigger computer.
2022

2123
## Getting Started
22-
Follow the instructions in the project [README.md](https://github.com/whaleygeek/bitio#getting-started)
24+
25+
[Follow the instructions in the project README.md](https://github.com/whaleygeek/bitio#getting-started)
2326

2427
## Projects
28+
2529
There are various projects linked to in the README, but a couple of the more technical ones include:
2630

2731
- Sean M. Tracey has written a [Node Red wrapper for bitio](https://flows.nodered.org/node/node-red-contrib-bitio-wrapper)
2832

2933
- Giles Booth has created a [micro:bit controlled internet Radio](http://www.suppertime.co.uk/blogmywiki/2017/08/microbit-controlled-radio/)
3034

3135
## Help
36+
3237
For any issues or advice head to the [bitio Github Repo](https://github.com/whaleygeek/bitio/issues)

0 commit comments

Comments
 (0)