Sming Framework API
(1.2.0-1086-g8d325e51)
Toggle main menu visibility
Sming
Core
Data
Stream
FlashMemoryStream.h
Go to the documentation of this file.
1
/****
2
* Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
3
* Created 2015 by Skurydin Alexey
4
* http://github.com/SmingHub/Sming
5
* All files of the Sming Core are provided under the LGPL v3 license.
6
*
7
* FlashMemoryStream.h
8
*
9
* @author: 23 Oct 2018 - mikee47 <mike@sillyhouse.net>
10
*
11
****/
12
13
#pragma once
14
15
#include <
FlashString/Stream.hpp
>
16
21
/*
22
* FlashMemoryDataStream
23
*
24
* Provides a stream buffer on flash storage, so it's read-only
25
*
26
*/
27
28
using
FlashMemoryStream
=
FSTR::Stream
;
29
FSTR::Stream
Definition:
Stream.hpp:34
Stream.hpp
Generated by
1.8.13