Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
/ esp8266-hal Public archive

embedded-hal implementation for ESP8266 based on the Arduino SDK

License

Notifications You must be signed in to change notification settings

emosenkis/esp8266-hal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED - try esp-rs/esp8266-hal

embedded-hal implementation for ESP8266

This crate implements embedded-hal traits for the ESP8266 series of microcontrollers by using the Arduino SDK. Since LLVM, and therefore rustc, do not support the Xtensa architecture, they must be transpiled to C using mrustc, then compiled using GCC. The esp-rs build script implements this peculiar build process.

Supported traits

  • digital::InputPin

  • digital::OutputPin

  • digital::StatefulOutputPin

About

embedded-hal implementation for ESP8266 based on the Arduino SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages