2018-05-11 22:19:13 +02:00
2017-11-12 22:49:10 +01:00
2017-11-12 22:49:10 +01:00
2017-11-12 22:49:10 +01:00
2018-05-11 22:19:13 +02:00
2017-11-12 22:49:10 +01:00
2017-11-12 22:49:10 +01:00

ESP8266 drivers.

The collection of device drivers for ESP8266.

Build environment.

This library is part of my build system for ESP8266 based on CMake. To compile / flash examples you will have to have the ESP development environment setup as described at https://github.com/rzajac/esp-dev-env.

Development environment installation.

There are two ways to install device drivers in the development environment:

$ wget -O - https://raw.githubusercontent.com/rzajac/esp-drv/master/install.sh | bash

or if you already cloned this repository you can do:

$ cd build
$ cmake ..
$ make
$ make install

Examples.

Dependencies.

This library depends on:

to install dependency run:

$ wget -O - https://raw.githubusercontent.com/rzajac/esp-ecl/master/install.sh | bash
$ wget -O - https://raw.githubusercontent.com/rzajac/esp-prot/master/install.sh | bash

License.

Apache License Version 2.0 unless stated otherwise.

Description
The collection of device drivers for ESP8266.
Readme Pixar 241 KiB
Languages
C 71.5%
CMake 24.3%
Shell 4.2%