bc.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2018 Bas Stottelaar <basstottelaar@gmail.com>
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
19 #include "board.h"
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
32 void bc_init(void);
33 
34 #ifdef __cplusplus
35 }
36 #endif
37 
void bc_init(void)
Initialize the board controller.