From 937ee77af159ddd22c1b8197f33ce80092006bb9 Mon Sep 17 00:00:00 2001 From: Christopher <56773765+DerTopher@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:36:55 +0100 Subject: [PATCH 1/2] Update README.md Additional Info on Setup Procedure: Warning that Script may start automatically. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)) From 71e70e63212c5b0388ba12948021d4192151b744 Mon Sep 17 00:00:00 2001 From: Christopher <56773765+DerTopher@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:41:08 +0100 Subject: [PATCH 2/2] Update pico_usb.txt Updated example script: Loop has been put as a comment, since the script might initialize automatically when picousb is set up. --- src/pico_usb.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)