File lt_init.h
Go to the source code of this file.
#include <libretiny.h>
Public Functions
Type | Name |
---|---|
void | lt_init_arduino () Initialize the family's Arduino core (optional). This method is family-specific; the family core can do whatever it wants to. This method is empty if not implemented, and shouldn't be called manually. |
void | lt_init_family () Initialize the family core (optional). This method is family-specific; the family core can do whatever it wants to. This method is empty if not implemented, and shouldn't be called manually. |
void | lt_init_variant () Initialize the board (variant). This method is empty if not implemented (which is usually the case), and shouldn't be called manually. |
Public Functions Documentation
function lt_init_arduino
function lt_init_family
function lt_init_variant
The documentation for this class was generated from the following file cores/common/base/api/lt_init.h