mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
Typo correction
2
Home.md
2
Home.md
@@ -27,7 +27,7 @@ study its [use on microcontrollers](http://docs.micropython.org/en/latest/refere
|
||||
Perhaps you want to measure temperature and display it on a screen. Beginners
|
||||
often rush out and buy hardware, then start trying to figure out how to use it.
|
||||
The problem is that hardware devices usually need a device driver. This is a
|
||||
program provding an application program interface (API) for the device. Writing
|
||||
program providing an application program interface (API) for the device. Writing
|
||||
device drivers is not a beginner task; numerous drivers for MicroPython have
|
||||
been written and published. You are advised to seek devices for which a driver
|
||||
already exists.
|
||||
|
||||
Reference in New Issue
Block a user