Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felfert/esp8266-rtos-softserial

A software serial implementation for ESP8266-RTOS
https://github.com/felfert/esp8266-rtos-softserial

Last synced: 22 days ago
JSON representation

A software serial implementation for ESP8266-RTOS

Awesome Lists containing this project

README

        

# A softserial implementation for ESP8266-RTOS

This repository is intended to be included as a component for ESP8266 projects
which use Espressif's ESP8266\_RTOS\_SDK.

To achieve this, you have 2 options:

1. Offline: Copy this directory to /components/softserial
2. Online: Add this repository as a submodule in your project.

## ATTENTION: This is WIP, currently still untested!