File main.cpp
FileList > demo-projets > esp > main.cpp
Go to the source code of this file.
#include <iostream>
#include <Arduino.h>
#include "RBCX.h"
Public Functions
Type | Name |
---|---|
void | loop () |
void | setup () |
int | testFnc (float a, char b) My test function Some description. Next line. |
Macros
Type | Name |
---|---|
define | MY_MACRO (A | B) |
Public Functions Documentation
function loop
void loop ()
function setup
void setup ()
function testFnc
My test function Some description. Next line.
int testFnc (
float a,
char b
)
Parameters:
a
float numberb
character [0-255]
Macro Definition Documentation
define MY_MACRO
#define MY_MACRO (A | B)
The documentation for this class was generated from the following file demo-projets/esp/main.cpp