Can someone please help me. Everytime I try to compile anything for the esp12e board except for the arduino examples, it gives tons of error codes. I know I am missing something but I just can't figure out what it is. I tried to run the pir sample code from this website. Thanks for any help
Arduino: 1.6.7 (Windows 7), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Serial, 115200, 4M (3M SPIFFS)"
Build options changed, rebuilding all
C:\Users\Amber\AppData\Local\Temp\untitled1958016531.tmp\sketch_apr14a\ESP8266_di.ino: In function 'void setup()':
ESP8266_di:35: error: redefinition of 'void setup()'
void setup() {
^
sketch_apr14a:1: error: 'void setup()' previously defined here
void setup() {
^
ESP8266_di:39: error: 'wifiConnect' was not declared in this scope
wifiConnect();
^
C:\Users\Amber\AppData\Local\Temp\untitled1958016531.tmp\sketch_apr14a\ESP8266_di.ino: In function 'void loop()':
ESP8266_di:50: error: redefinition of 'void loop()'
void loop() {
^
sketch_apr14a:6: error: 'void loop()' previously defined here
void loop() {
^
ESP8266_di:55: error: 'sendInputState' was not declared in this scope
sendInputState(inputState);
^
exit status 1
redefinition of 'void setup()'
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.