17 lines
653 B
C
17 lines
653 B
C
/****************************************************************************************************************************
|
|
multiFileProject.h
|
|
For ESP8266 boards
|
|
Written by Khoi Hoang
|
|
|
|
Built by Khoi Hoang https://github.com/khoih-prog/ESP8266TimerInterrupt
|
|
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 "ESP8266TimerInterrupt.h"
|
|
#include "ESP8266_ISR_Timer.hpp"
|