fixes and start of ADC. Not really working yet
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
|
||||
#define OW_INTERNAL
|
||||
#include "_ow_internal.h"
|
||||
#include "_ow_init.h"
|
||||
|
||||
/** Allocate data structure and set defaults */
|
||||
error_t OW_preInit(Unit *unit)
|
||||
|
||||
@@ -27,9 +27,6 @@ struct priv {
|
||||
struct ow_search_state searchState;
|
||||
};
|
||||
|
||||
/** Allocate data structure and set defaults */
|
||||
error_t OW_preInit(Unit *unit);
|
||||
|
||||
/** Load from a binary buffer stored in Flash */
|
||||
void OW_loadBinary(Unit *unit, PayloadParser *pp);
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include "_ow_search.h"
|
||||
#include "_ow_internal.h"
|
||||
#include "_ow_low_level.h"
|
||||
#include "_ow_checksum.h"
|
||||
#include "_ow_commands.h"
|
||||
|
||||
void ow_search_init(Unit *unit, uint8_t command, bool test_checksums)
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
|
||||
#define OW_INTERNAL
|
||||
#include "_ow_internal.h"
|
||||
#include "_ow_settings.h"
|
||||
|
||||
/** Load from a binary buffer stored in Flash */
|
||||
void OW_loadBinary(Unit *unit, PayloadParser *pp)
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
// 1WIRE master
|
||||
#define OW_INTERNAL
|
||||
#include "_ow_internal.h"
|
||||
#include "_ow_init.h"
|
||||
#include "_ow_settings.h"
|
||||
#include "_ow_low_level.h"
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user