Fix document backlinks.

pull/7/head
Peter Hinch 2018-02-21 06:10:37 +00:00
rodzic 1e1b2a23ed
commit 15fa69d0bf
5 zmienionych plików z 20 dodań i 6 usunięć

Wyświetl plik

@ -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, DS3231. This enables relatively rapid accuracy testing of the platform's RTC,
and fast calibration of the Pyboard's RTC. and fast calibration of the Pyboard's RTC.
###### [Main README](./README.md) ###### [Main README](../README.md)
# 1. The multi-platform driver # 1. The multi-platform driver

Wyświetl plik

@ -88,9 +88,21 @@ See the code for usage and timing documentation.
# micropip # micropip
This is a version of upip which runs under Python 3.2 or above. It is intended 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 for users of hardware which is not network enabled. Libraries may be installed
Linux installation, and also avoids the need to compile the Unix build of to the PC for transfer to the target. Usage is the same as for the official
MicroPython. Libraries may be installed to the PC for transfer to the target. `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 # A design for a hardware power meter

Wyświetl plik

@ -17,7 +17,7 @@ PR requiring this to be changed is unlikely to find favour.
![Picture](ssd1306.JPG) ![Picture](ssd1306.JPG)
###### [Main README](./README.md) ###### [Main README](../README.md)
## Release notes ## Release notes

Wyświetl plik

@ -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 `pyboard.py` module in the source tree to execute scripts on the attached
board. board.
###### [Main README](./README.md) ###### [Main README](../README.md)
### Optional Edits ### Optional Edits

Wyświetl plik

@ -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) [Images of device](./images/IMAGES.md)
###### [Main README](../README.md)
## Warning ## Warning
This project includes mains voltage wiring. Please don't attempt it unless you This project includes mains voltage wiring. Please don't attempt it unless you