FastLED 3.9.15
Loading...
Searching...
No Matches
rpc.h
Go to the documentation of this file.
1#pragma once
2
9
12
13namespace fl {
14namespace net {
15namespace rpc {
16
17using HttpStreamClient = ::fl::net::http::HttpStreamClient;
18using HttpStreamServer = ::fl::net::http::HttpStreamServer;
19
20} // namespace rpc
21} // namespace net
22} // namespace fl
::fl::net::http::HttpStreamClient HttpStreamClient
Definition rpc.h:17
::fl::net::http::HttpStreamServer HttpStreamServer
Definition rpc.h:18
Base definition for an LED controller.
Definition crgb.hpp:179