From 6cd8df515ddc32714c5fbf4ca499fb6f63f30e80 Mon Sep 17 00:00:00 2001 From: finga Date: Tue, 29 Mar 2022 17:29:13 +0200 Subject: [PATCH] readme: Improve wording [CI SKIP] --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9cef8b6..2d51b42 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # Clock Generator [![status-badge](https://ci.onders.org/api/badges/finga/clock_generator/status.svg)](https://ci.onders.org/finga/clock_generator) -A simple board operating another Si5351 clock generator board. +A simple board to control an Si5351 clock generator board with the +TWI. Though, this is not limited to the Si5351 board as it is designed +to be universal usable. -## Motherboard +## Board +The board is populated with an ATmega328(p), a display and its +backlight driver, a switchable rotary encoder and powered by a mini +USB port. All unneeded MCU pins are accessible via pin headers. -The board is populated by an ATmega328(p), powered by a mini USB port, -a display and its backlight driver as well as a switchable rotary -encoder. The board is designed to be used not only for this project, -but also for similar projects where peripherals such as a display and -a rotary encoder are needed. All free mcu pins are accessible via pin -headers.