| ... | ... | @@ -45,6 +45,7 @@ void IRQbspInit() |
|
|
|
Note that `myspi` and `mysensor` along with their corresponding GPIOs are defined in the [hardware mapping](Hardware-Mapping) file (`hwmapping.h`).
|
|
|
|
|
|
|
|
## bspInit2
|
|
|
|
This function contains the configurations needed to access other `USART` ports of the microcontroller.
|
|
|
|
```cpp
|
|
|
|
void bspInit2()
|
|
|
|
{
|
| ... | ... | |