camilstaps / ESP8266_PIC

ESP8266 library for PIC microcontrollers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP8266_PIC

C library for interfacing the ESP8266 Wi-Fi module with a PIC microcontroller

This library

  • is tested with XC8;
  • should work on any 8-bit PIC (and possibly also larger systems and AVR);
  • has an example project available for an older version of XC8 (when plib.h still existed);
  • is sadly incomplete, because I stopped working with the ESP8266 quickly.

Support

This was a quick hobby project and is released here for your benefit. Unfortunately, I do not have the time for support if you cannot get it working. Please take questions to your favourite discussion forum instead.

Author & License

Copyright © Camil Staps. Licensed under GNU GPLv2 (see the LICENSE file for more details).

About

ESP8266 library for PIC microcontrollers

License:GNU General Public License v2.0


Languages

Language:C 100.0%