mirror of
https://github.com/JasonYANG170/YANG-SSD.git
synced 2024-11-23 20:16:32 +00:00
21 lines
1.0 KiB
C
21 lines
1.0 KiB
C
|
/*
|
||
|
Editor: https://www.visualmicro.com/
|
||
|
This file is for intellisense purpose only.
|
||
|
Visual micro (and the arduino ide) ignore this code during compilation. This code is automatically maintained by visualmicro, manual changes to this file will be overwritten
|
||
|
The contents of the _vm sub folder can be deleted prior to publishing a project
|
||
|
All non-arduino files created by visual micro and all visual studio project or solution files can be freely deleted and are not required to compile a sketch (do not delete your own code!).
|
||
|
Note: debugger breakpoints are stored in '.sln' or '.asln' files, knowledge of last uploaded breakpoints is stored in the upload.vmps.xml file. Both files are required to continue a previous debug session without needing to compile and upload again
|
||
|
|
||
|
Hardware: NodeMCU 1.0 (ESP-12E Module) (esp8266_nodemcuv2), Platform=esp8266, Package=esp8266
|
||
|
*/
|
||
|
|
||
|
#if defined(_VMICRO_INTELLISENSE)
|
||
|
|
||
|
#ifndef _VSARDUINO_H_
|
||
|
#define _VSARDUINO_H_
|
||
|
#include <arduino.h>
|
||
|
#include <pins_arduino.h>
|
||
|
#include "..\Sketch1.ino"
|
||
|
#endif
|
||
|
#endif
|