mirror of
https://github.com/anklimov/lighthub
synced 2025-12-09 13:19:50 +03:00
Retained MQTT topics logic developed, unused sources (SD & extra 1-wire) moved to spare folders to save static RAM
This commit is contained in:
15
spare_files/sd_card_w5100.h
Normal file
15
spare_files/sd_card_w5100.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Created by livello on 14.10.17.
|
||||
//
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifndef NODEMCU_STOPWATCH_SD_CARD_W5100_H
|
||||
#define NODEMCU_STOPWATCH_SD_CARD_W5100_H
|
||||
|
||||
#endif //NODEMCU_STOPWATCH_SD_CARD_W5100_H
|
||||
void sd_card_w5100_setup();
|
||||
void cidDmp();
|
||||
void bench();
|
||||
char* sdW5100_readEntireFile(const char *filename);
|
||||
uint32_t sdW5100_getFileSize(const char *filename);
|
||||
Reference in New Issue
Block a user