Name

board_init — initializes the board

Synopsis

#include <board.h>   
void board_init (void); 
void;
 

Arguments

void

no arguments

Description

Initializes the board and the micro-controller. Must be called before invoking any function in the ZDev library.