Typo correction

retrooper
2024-10-05 22:04:31 +02:00
parent 159d545e0c
commit 2945bfd536

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