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:
Alexander Steffen
2017-06-30 09:22:17 +02:00
committed by Damien George
parent bbced3b4bb
commit 55f33240f3
433 changed files with 504 additions and 504 deletions

View File

@@ -1,4 +1,4 @@
"""NRF24L01 driver for Micro Python
"""NRF24L01 driver for MicroPython
"""
from micropython import const

View File

@@ -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.

View File

@@ -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