#include "arduino_headers.h"#include <EEPROM/EEPROM.cpp>#include "module.h"Defines | |
| #define | NOLOAD 283974 |
| #define | usToTicks(_us) (( clockCyclesPerMicrosecond()* _us) / 8) |
Functions | |
| void | setup () |
| void | loop () |
| int | GetCPULoad () |
| ISR (TIMER1_COMPA_vect, ISR_NOBLOCK) | |
Variables | |
| int | g_cpuLoad = 100 |
| #define NOLOAD 283974 |
| #define usToTicks | ( | _us | ) | (( clockCyclesPerMicrosecond()* _us) / 8) |
| int GetCPULoad | ( | ) |
| ISR | ( | TIMER1_COMPA_vect | , | |
| ISR_NOBLOCK | ||||
| ) |
| void loop | ( | ) |
| void setup | ( | ) |
| int g_cpuLoad = 100 |
1.7.0