Browse Source

docs,teensy: Use the name MicroPython consistently in documentation

pull/3212/head
Alexander Steffen 7 years ago
parent
commit
c9a48eb464
  1. 4
      docs/library/pyb.rst
  2. 2
      teensy/README.md

4
docs/library/pyb.rst

@ -21,7 +21,7 @@ Time related functions
Returns the number of milliseconds since the board was last reset. Returns the number of milliseconds since the board was last reset.
The result is always a micropython smallint (31-bit signed number), so The result is always a MicroPython smallint (31-bit signed number), so
after 2^30 milliseconds (about 12.4 days) this will start to return after 2^30 milliseconds (about 12.4 days) this will start to return
negative numbers. negative numbers.
@ -33,7 +33,7 @@ Time related functions
Returns the number of microseconds since the board was last reset. Returns the number of microseconds since the board was last reset.
The result is always a micropython smallint (31-bit signed number), so The result is always a MicroPython smallint (31-bit signed number), so
after 2^30 microseconds (about 17.8 minutes) this will start to return after 2^30 microseconds (about 17.8 minutes) this will start to return
negative numbers. negative numbers.

2
teensy/README.md

@ -18,7 +18,7 @@ cd teensy
ARDUINO=~/arduino-1.0.5 make ARDUINO=~/arduino-1.0.5 make
``` ```
To upload micropython to the Teensy 3.1. To upload MicroPython to the Teensy 3.1.
Press the Program button on the Teensy 3.1 Press the Program button on the Teensy 3.1
```bash ```bash

Loading…
Cancel
Save