Skip to content

mgerb/esp8266-arduino-make-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp8266-arduino-make-example

Usage with VS Code

I prefer to use VS Code over the Arduino IDE

  • Install the C/C++ extension as well as the Arduino extension
  • Set the arduino.path in your settings
  • Add include paths to c_cpp_properties.json

Check out the commands in the makefile

  • make build
  • make flash
  • make clean
  • make all

See a list of all commands

make -f ./makeEspArduino.mk help

About

Example project on how to use ESP8266 Arduino without the Arduino IDE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages