* preliminary state, compiles good not tested on hardware

* converted struct inverter_t to class Inverter
* started with calculation functions (idea from Hubi/mikrocontroller.net)
This commit is contained in:
lumapu 2022-04-27 23:03:37 +02:00
parent d195eee498
commit f6b75aff90
15 changed files with 214 additions and 290 deletions

View file

@ -1,8 +1,11 @@
#ifndef __DEBUG_H__
#define __DEBUG_H__
#include "Arduino.h"
#ifdef NDEBUG
#define DPRINT(str)
#define DPRINTLN(str)
#else
#ifndef DSERIAL