File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Time related functions
21
21
22
22
Returns the number of milliseconds since the board was last reset.
23
23
24
- The result is always a micropython smallint (31-bit signed number), so
24
+ The result is always a MicroPython smallint (31-bit signed number), so
25
25
after 2^30 milliseconds (about 12.4 days) this will start to return
26
26
negative numbers.
27
27
@@ -33,7 +33,7 @@ Time related functions
33
33
34
34
Returns the number of microseconds since the board was last reset.
35
35
36
- The result is always a micropython smallint (31-bit signed number), so
36
+ The result is always a MicroPython smallint (31-bit signed number), so
37
37
after 2^30 microseconds (about 17.8 minutes) this will start to return
38
38
negative numbers.
39
39
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ cd teensy
18
18
ARDUINO=~ /arduino-1.0.5 make
19
19
```
20
20
21
- To upload micropython to the Teensy 3.1.
21
+ To upload MicroPython to the Teensy 3.1.
22
22
23
23
Press the Program button on the Teensy 3.1
24
24
``` bash
You can’t perform that action at this time.
0 commit comments