From d64e0db8641a5d1029b151ef15ead51ba358a7be Mon Sep 17 00:00:00 2001 From: Cesar Bautista Date: Fri, 26 Apr 2024 12:56:16 -0600 Subject: [PATCH] docs: update README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index e69de29..17e4740 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,15 @@ +# CH552 Examples in C + +[![Coverage Status][codecov-image]][codecov-link] + +This codebase provides examples for developing software in C using the SDCC compiler for the CH552 microcontroller. It serves as an excellent resource for getting started with CH552 development, offering versatility and affordability. The CH552 microcontroller is based on an 8-bit core of the 8051 architecture, with approximately 75% compatibility with the standard MCS51, making it suitable for low-cost projects. + +The examples cover various functionalities including Blink, ADC, PWM, Timer, Interrupts, and bit-banging for I2C communication and controlling WS2812 LEDs. + +**Note:** The examples are constantly updated to improve the development of projects at higher levels. + + +## Acknowledgements and Credits + +- [Unit Electronics](https://uelectronics.com/) +- [Stefan Wagner](https://github.com/wagiminator)