Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb6ebf85

Browse files
committed
Update README with os and random info.
1 parent3bf6303 commitb6ebf85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ project admins. Please join the [Gitter chat](https://gitter.im/adafruit/circuit
6060
* Unified hardware APIs:
6161
[`audioio`](https://circuitpython.readthedocs.io/en/latest/shared-bindings/audioio/__init__.html),[`analogio`](https://circuitpython.readthedocs.io/en/latest/shared-bindings/analogio/__init__.html),[`busio`](https://circuitpython.readthedocs.io/en/latest/shared-bindings/busio/__init__.html),[`digitalio`](https://circuitpython.readthedocs.io/en/latest/shared-bindings/digitalio/__init__.html),[`pulseio`](https://circuitpython.readthedocs.io/en/latest/shared-bindings/pulseio/__init__.html),[`touchio`](https://circuitpython.readthedocs.io/en/latest/shared-bindings/touchio/__init__.html),[`microcontroller`](https://circuitpython.readthedocs.io/en/latest/shared-bindings/microcontroller/__init__.html),[`board`](https://circuitpython.readthedocs.io/en/latest/shared-bindings/board/__init__.html),[`bitbangio`](https://circuitpython.readthedocs.io/en/latest/shared-bindings/bitbangio/__init__.html) (Only available on atmel-samd21 and ESP8266 currently.)
6262
* Tracks MicroPython's releases (not master).
63-
* No module aliasing. (`uos` and`utime` are not available as`os` and`time` respectively.)
64-
* Modules with a CPython counterpart, such as`time`, are strict[subsets](https://circuitpython.readthedocs.io/en/latest/shared-bindings/time/__init__.html) of their[CPython version](https://docs.python.org/3.4/library/time.html?highlight=time#module-time). Therefore, code from CircuitPython is runnable on CPython but not necessarily the reverse.
63+
* No module aliasing. (`uos` and`utime` are not available as`os` and`time` respectively.) Instead`os`,`time`, and`random` are CPython compatible.
64+
* New`storage` module which manages file system mounts. (Functionality from`uos` in MicroPython.)
65+
* Modules with a CPython counterpart, such as`time`,`os` and`random`, are strict[subsets](https://circuitpython.readthedocs.io/en/latest/shared-bindings/time/__init__.html) of their[CPython version](https://docs.python.org/3.4/library/time.html?highlight=time#module-time). Therefore, code from CircuitPython is runnable on CPython but not necessarily the reverse.
6566
* tick count is available as[`time.monotonic()`](https://circuitpython.readthedocs.io/en/latest/shared-bindings/time/__init__.html#time.monotonic)
66-
*`os` only available as`uos`
6767
* atmel-samd21 features
6868
* RGB status LED
6969
* Auto-reload after file write over mass storage. (Disable with`samd.disable_autoreload()`)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp