mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
all: Use the name MicroPython consistently in comments
There were several different spellings of MicroPython present in comments, when there should be only one.
This commit is contained in:
committed by
Damien George
parent
bbced3b4bb
commit
55f33240f3
@@ -1,4 +1,4 @@
|
||||
"""NRF24L01 driver for Micro Python
|
||||
"""NRF24L01 driver for MicroPython
|
||||
"""
|
||||
|
||||
from micropython import const
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
"""
|
||||
Micro Python driver for SD cards using SPI bus.
|
||||
MicroPython driver for SD cards using SPI bus.
|
||||
|
||||
Requires an SPI bus and a CS pin. Provides readblocks and writeblocks
|
||||
methods so the device can be mounted as a filesystem.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
This is the driver for the WIZnet5x00 series of Ethernet controllers.
|
||||
|
||||
Adapted for Micro Python.
|
||||
Adapted for MicroPython.
|
||||
|
||||
Original source: https://github.com/Wiznet/W5500_EVB/tree/master/ioLibrary
|
||||
Taken on: 30 August 2014
|
||||
|
||||
Reference in New Issue
Block a user