Macros | Fonctions | Variables
Référence du fichier main.cpp
#include "Arduino.h"
#include "GlobalObjects.h"

Macros

#define ARDUINO_MAIN
 
#define AUTO_PRINT_INTERVAL   1000
 

Fonctions

void initVariant () __attribute__((weak))
 
void __libc_init_array (void)
 
void thingz_process () __attribute__((weak))
 
void thingz_init () __attribute__((weak))
 
void thingz_watchdog () __attribute__((weak))
 
void attendre (unsigned long ms)
 
void cbGetBricks ()
 
void TC5_Handler ()
 
int main (void)
 

Variables

unsigned long lastSerialPrint
 
int randSeed
 

Documentation des macros

◆ ARDUINO_MAIN

#define ARDUINO_MAIN

◆ AUTO_PRINT_INTERVAL

#define AUTO_PRINT_INTERVAL   1000

Documentation des fonctions

◆ __libc_init_array()

void __libc_init_array ( void  )

◆ attendre()

void attendre ( unsigned long  ms)

◆ cbGetBricks()

void cbGetBricks ( )

◆ initVariant()

void initVariant ( )

◆ main()

int main ( void  )

◆ TC5_Handler()

void TC5_Handler ( )

◆ thingz_init()

void thingz_init ( )

◆ thingz_process()

void thingz_process ( )

◆ thingz_watchdog()

void thingz_watchdog ( )

Documentation des variables

◆ lastSerialPrint

unsigned long lastSerialPrint

◆ randSeed

int randSeed