mirror of
https://github.com/nkbai/book.git
synced 2026-09-05 22:14:54 +08:00
Typo intialise->initialize
This commit is contained in:
@@ -42,7 +42,7 @@ As said above there are three main users of the HAL:
|
||||
|
||||
A HAL implementation provides the interfacing between the hardware and and the users of the HAL traits. Typical implementations consist of three parts:
|
||||
* One or more hardware specific types
|
||||
* Functions to create and intialise such a type, often providing various configuration options (speed, operation mode, use pins, etc.)
|
||||
* Functions to create and initialize such a type, often providing various configuration options (speed, operation mode, use pins, etc.)
|
||||
* one or more `trait` `impl` of **embedded-hal** traits for that type
|
||||
|
||||
Such a **HAL implementation** can come in various flavours:
|
||||
|
||||
Reference in New Issue
Block a user