From 16058f9f65a397edd78a2f9b721b2b7960da9f81 Mon Sep 17 00:00:00 2001 From: simplePCBuilding <98422316+simplePCBuilding@users.noreply.github.com> Date: Wed, 25 May 2022 11:03:05 +0200 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fa287f3 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# micro_bit_interface +A simple program to interface with the micro:bit through usb + +This App allows you (once it is completed) to interface with a micro:bit through USB (if the micro:bit is using MicroPython) or through Bluetooth (if the micro:bit is using a C program). It has a command autocompletion feature, if the micro:bit program has a function to return a list of functions (which is available in the default interface program).