forked from khoih-prog/MDNS_Generic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmultiFileProject.h
More file actions
19 lines (13 loc) · 851 Bytes
/
multiFileProject.h
File metadata and controls
19 lines (13 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/****************************************************************************************************************************
multiFileProject.h
mDNS library to support mDNS (registering services) and DNS-SD (service discovery).
Based on and modified from https://github.com/arduino-libraries/ArduinoMDNS
Built by Khoi Hoang https://github.com/khoih-prog/MDNS_Generic
Licensed under MIT license
*****************************************************************************************************************************/
// To demo how to include files in multi-file Projects
#pragma once
// Can be included as many times as necessary, without `Multiple Definitions` Linker Error
#include "MDNS_Generic.hpp"
// Can be included as many times as necessary, without `Multiple Definitions` Linker Error
#include "MDNS_Responder.hpp"