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

https://github.com/qookei/tart

Asynchronous microcontroller library written in C++20.
https://github.com/qookei/tart

async cpp hacktoberfest library microcontroller

Last synced: about 2 months ago
JSON representation

Asynchronous microcontroller library written in C++20.

Awesome Lists containing this project

README

        

# tart

Tart is an asynchronous microcontroller library written in C++20. It is designed around
C++20 coroutines. The library is intended to be used in place of other SDKs, and as such
provides it's own driver for peripherals and such.

Note that this library is under active development and as such the APIs may change at any
time and should not be considered stable for the time being.

**Official IRC channel:** `#tart` on `irc.libera.chat`.

## Supported platforms

Currently, the following platforms are supported:
- Raspberry Pi Foundation RP2040,
- ST Electronics STM32F103C8T6.

## Documentation

Documentation is yet to be written.

## License

This project is licensed under the Zlib license.