Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesarbautista10 committed Apr 26, 2024
1 parent 10711c9 commit d64e0db
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit d64e0db

Please sign in to comment.