Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down
6 changes: 3 additions & 3 deletions src/pico_usb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)