Lamp-Da 0.1
A compact lantern project
Loading...
Searching...
No Matches
Namespaces | Functions
global.h File Reference

Main input point of the whole program. More...

Go to the source code of this file.

Namespaces

namespace  lampda
 Program scope.
 
namespace  lampda::hal
 Hardware Abstraction Layer, handle the platform specific interactions. Can be changed to support different platforms.
 
namespace  lampda::bsp
 Board Support Layer, handle the low level logic above the HAL.
 
namespace  lampda::component
 Medium level logic, above BSP.
 
namespace  lampda::logic
 Handle the main high level logics.
 
namespace  lampda::driver
 Specific component driver logic.
 
namespace  lampda::common
 Shared interfaces & general utilities.
 
namespace  lampda::utils
 Utility function and classes.
 

Functions

void lampda::main_loop (const uint32_t addedDelay)
 Run the main program loop.
 
void lampda::main_setup ()
 Setup of the program, call once on systel start.
 

Detailed Description

Main input point of the whole program.