13 lines
512 B
C++
13 lines
512 B
C++
/****************************************************************************************************************************
|
|
multiFileProject.cpp
|
|
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
|
|
|
|
#include "multiFileProject.h"
|