Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![C++14](https://img.shields.io/badge/C++-14-blue.svg)](https://isocpp.org/std/the-standard)
[![Platform](https://img.shields.io/badge/platform-Linux-lightgrey.svg)](https://www.linux.org/)
[![codecov](https://codecov.io/gh/Apra-Labs/ApraLinuxUtils/branch/main/graph/badge.svg)](https://codecov.io/gh/Apra-Labs/ApraLinuxUtils)
[![codecov](https://codecov.io/gh/Apra-Labs/ApraLinuxUtils/graph/badge.svg?token=IFTI3KLFQI)](https://codecov.io/gh/Apra-Labs/ApraLinuxUtils)

A comprehensive C++ utility library designed for embedded Linux systems, providing hardware interface abstractions and utilities for I2C, GPIO, PWM, USB storage, and multi-threaded applications.

Expand Down