Skip to content

Simple sketch with the connection of a Max6675 to an esp8266 model esp-01

Notifications You must be signed in to change notification settings

donatoaz/esp8266-esp01-MAX6675

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

esp8266-esp01-MAX6675

Simple sketch with the connection of a Max6675 to an esp8266 model esp-01

It is important to edit the Max6675 library with the following change on max6675.cpp:

...
#elif defined(ESP8266)
  #include <pgmspace.h>
  #define _delay_ms(ms) delayMicroseconds((ms) * 1000)
#endif
//#include <util/delay.h>
#ifdef __avr__
  #include <util/delay.h>
#endif
...

About

Simple sketch with the connection of a Max6675 to an esp8266 model esp-01

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%