diff --git a/DS3231/README.md b/DS3231/README.md index 6f308c8..42f2c34 100644 --- a/DS3231/README.md +++ b/DS3231/README.md @@ -17,7 +17,7 @@ Both divers use edge detection to achieve millisecond-level precision from the DS3231. This enables relatively rapid accuracy testing of the platform's RTC, and fast calibration of the Pyboard's RTC. -###### [Main README](./README.md) +###### [Main README](../README.md) # 1. The multi-platform driver diff --git a/README.md b/README.md index d28cbaa..063b667 100644 --- a/README.md +++ b/README.md @@ -88,9 +88,21 @@ See the code for usage and timing documentation. # micropip This is a version of upip which runs under Python 3.2 or above. It is intended -for users of hardware which is not network enabled. It avoids the need for a -Linux installation, and also avoids the need to compile the Unix build of -MicroPython. Libraries may be installed to the PC for transfer to the target. +for users of hardware which is not network enabled. Libraries may be installed +to the PC for transfer to the target. Usage is the same as for the official +`upip.py` and help may be accessed with + +``` +micropip.py --help +``` +or + +``` +python3 -m micropip --help +``` + +Its advantage over running `upip.py` on a PC is that it avoids the need for a +Linux installation and having to compile the Unix build of MicroPython. # A design for a hardware power meter diff --git a/SSD1306/README.md b/SSD1306/README.md index 90b01dd..13c26fd 100644 --- a/SSD1306/README.md +++ b/SSD1306/README.md @@ -17,7 +17,7 @@ PR requiring this to be changed is unlikely to find favour. ![Picture](ssd1306.JPG) -###### [Main README](./README.md) +###### [Main README](../README.md) ## Release notes diff --git a/fastbuild/README.md b/fastbuild/README.md index aeebe59..4e327b5 100644 --- a/fastbuild/README.md +++ b/fastbuild/README.md @@ -20,7 +20,7 @@ and `pyb_check` to determine the type of attached board. These use the `pyboard.py` module in the source tree to execute scripts on the attached board. -###### [Main README](./README.md) +###### [Main README](../README.md) ### Optional Edits diff --git a/power/README.md b/power/README.md index 42dea84..e6b21d3 100644 --- a/power/README.md +++ b/power/README.md @@ -9,6 +9,8 @@ of sourcing power into the grid. It supports full scale ranges of 30W to 3KW. [Images of device](./images/IMAGES.md) +###### [Main README](../README.md) + ## Warning This project includes mains voltage wiring. Please don't attempt it unless you