fixes and start of ADC. Not really working yet
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
|
||||
#define DIN_INTERNAL
|
||||
#include "_din_internal.h"
|
||||
#include "_din_init.h"
|
||||
#include "_din_exti.h"
|
||||
|
||||
/** Allocate data structure and set defaults */
|
||||
error_t DIn_preInit(Unit *unit)
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
|
||||
#define DIN_INTERNAL
|
||||
#include "_din_internal.h"
|
||||
#include "_din_settings.h"
|
||||
|
||||
/** Load from a binary buffer stored in Flash */
|
||||
void DIn_loadBinary(Unit *unit, PayloadParser *pp)
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
|
||||
#define DIN_INTERNAL
|
||||
#include "_din_internal.h"
|
||||
#include "_din_settings.h"
|
||||
#include "_din_init.h"
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user