Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board
DoxygenExample.cpp File Reference

Library for (Part Number): (Part Name) More...

Detailed Description

Library for (Part Number): (Part Name)

Definition in file DoxygenExample.cpp.

Go to the source code of this file.

Functions

void function3 ()
 Message that describes the main function. More...
 
int function4 (int var1, float var2)
 Message that describes the main function. More...
 

Function Documentation

◆ function3()

void function3 ( )

Message that describes the main function.

Returns
void

Definition at line 63 of file DoxygenExample.cpp.

◆ function4()

int function4 ( int  var1,
float  var2 
)

Message that describes the main function.

Returns
Describe the return conditions
Parameters
var1Message that describes the function of the variable
var2Message that describes the function of the variable

Definition at line 69 of file DoxygenExample.cpp.