Code Monkey home page Code Monkey logo

ecl's Introduction

ECL - Embedded Core Library

Overview

ECL (Embedded Core Library) is more like a cluster of library (for most header only) that help developping in an embedded environnement. Designed to provide core functionalities for embedded software development. It emphasizes portability and ease of use by abstracting hardware interfaces, allowing developers to focus on application logic rather than hardware specifics. The library includes abstract classes for common hardware interfaces such as SPI, i2c allowing users to implement their own hardware-specific drivers and bind them to already existing libraries with minimal effort.

Key Features

  • Hardware Abstraction: Abstract classes for hardware interfaces like SPI, I2C, UART, etc., enabling easy integration with different hardware platforms.
  • User-defined Implementations: Users can create their own implementations of abstract classes to interface with their hardware's HAL (Hardware Abstraction Layer) seamlessly.
  • Modularity: Designed with modularity in mind, allowing developers to include only the components they need, optimizing resource usage for embedded environments.
  • Zero-platform Support: Crafted with no specific hardware in mind. The best way to be compatible with every hardware is to be compatible with none.

README in Construction

Please note: This README is currently under construction and subject to change as the library evolves. Stay tuned for updates and enhancements.

ecl's People

Contributors

ironjulo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.