Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/felfert/esp8266-rtos-softserial
- Owner: felfert
- License: mit
- Created: 2023-07-25T22:16:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-26T18:35:02.000Z (over 1 year ago)
- Last Synced: 2024-10-29T22:53:09.442Z (2 months ago)
- Language: C
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!