diff --git a/README.md b/README.md index 5dde3f2..60ba032 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,13 @@ You just got an empty PicoUSB? Here's how to program it: 3. Copy `CircuitPython.uf2` file to the USB and wait for few seconds or a minute for it to finish setting up. (will close and reopen the explorer, be patient) 4. Download/Clone the contents of this repository. 5. Open the USB device in explorer and copy/paste everything from `./src/` into it. (Replace all) +**Note that** After copying the files the stick might automatically "reinsert" and play the example script in `pico_usb.txt` → +It will: +* Minimize all open windows +* Open an editor instance +* Type *Hello from PicoUSB!!* -That is it! Modify `pico_usb.txt` to change the functionality. See below to know what to do next. +6. **Usage:** To modify the behaviour you will need to modify `pico_usb.txt` to change the functionality. See below to know what to do next. ([Video Tutorial](https://youtu.be/jKH6WgFiaB0)) diff --git a/src/pico_usb.txt b/src/pico_usb.txt index 1c42da4..908170e 100644 --- a/src/pico_usb.txt +++ b/src/pico_usb.txt @@ -31,7 +31,7 @@ press(enter) delay(2) write(Hello from PicoUSB!) delay(1) -loop() +#loop() write(!) -move(5, 5) -delay(0.5) +#move(5, 5) +#delay(0.5)