Skip to content

Commit

Permalink
improve Readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
titimoby committed Jan 3, 2024
1 parent f13a5f1 commit 1576ad7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microbitv2/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Examples for [Micro:bit V2](https://microbit.org/new-microbit/)
The official documentation does not mention V2 for now but you can follow an existing [issue about the needed addition](https://github.com/tinygo-org/tinygo-site/issues/226).
In the meantime, you can check [official documentation](https://tinygo.org/docs/reference/microcontrollers/m5stack-core2/) available for V1 which is close.

To use examples, you need to use the following command:
To use examples, go in a folder and use the command:<br/>:

```tinygo flash -target=microbit-v2 <path to your app>```
```tinygo flash -target=microbit-v2```

List of examples:
- [01-Blinky](01-Blinky/): blink the upper left LED
3 changes: 3 additions & 0 deletions pygamer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ Next, install drivers with the command:<br/>

Go in a folder and use the command:<br/>
`tinygo flash -target=pygamer`

Note, as mentionned in the tinygo documentation:
```Press the “RESET” button on the board two times to get the PyGamer board ready to receive code.```

0 comments on commit 1576ad7

Please sign in to comment.