File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Time related functions
2121
2222 Returns the number of milliseconds since the board was last reset.
2323
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
2525 after 2^30 milliseconds (about 12.4 days) this will start to return
2626 negative numbers.
2727
@@ -33,7 +33,7 @@ Time related functions
3333
3434 Returns the number of microseconds since the board was last reset.
3535
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
3737 after 2^30 microseconds (about 17.8 minutes) this will start to return
3838 negative numbers.
3939
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ cd teensy
1818ARDUINO=~ /arduino-1.0.5 make
1919```
2020
21- To upload micropython to the Teensy 3.1.
21+ To upload MicroPython to the Teensy 3.1.
2222
2323Press the Program button on the Teensy 3.1
2424``` bash
You can’t perform that action at this time.
0 commit comments