main program file (entry point to execute the program)
More...
#include <stdio.h>
#include <stdarg.h>
#include <unistd.h>
#include <stdint.h>
main program file (entry point to execute the program)
◆ default_main()
void default_main |
( |
void | | ) |
|
|
extern |
default function to create threads and events
- Parameters
-
◆ HW_Init()
function that initializes the hardware
◆ logMessage()
void logMessage |
( |
const char * | data, |
|
|
| ... ) |
◆ lvgl_init()
Function to initialize lvgl drivers.
- Parameters
-
◆ main()
Main Function.
- Parameters
-
◆ poweron_selftest()
uint32_t poweron_selftest |
( |
void | | ) |
|
|
extern |