Stima V4 Slave RAIN  4.2
main.cpp File Reference
#include "main.h"

Go to the source code of this file.

Macros

#define TRACE_LEVEL   STIMA_TRACE_LEVEL
 

Functions

void setup ()
 
void loop ()
 
void init_pins ()
 Init Pin (Diag and configuration) More...
 
void init_wire ()
 
void init_rtc (bool init)
 

Macro Definition Documentation

◆ TRACE_LEVEL

#define TRACE_LEVEL   STIMA_TRACE_LEVEL

Definition at line 1 of file main.cpp.

Function Documentation

◆ init_pins()

void init_pins ( void  )

Init Pin (Diag and configuration)

Definition at line 271 of file main.cpp.

◆ init_rtc()

void init_rtc ( bool  init)

Definition at line 307 of file main.cpp.

◆ init_wire()

void init_wire ( void  )

Definition at line 293 of file main.cpp.

◆ loop()

void loop ( )

Definition at line 263 of file main.cpp.

◆ setup()

void setup ( )

Definition at line 5 of file main.cpp.