From f91bb88eb3e70f520f44200cd468d7cd9105db44 Mon Sep 17 00:00:00 2001 From: "R. Kaleta" Date: Sat, 22 Feb 2020 15:00:12 +0100 Subject: [PATCH] Update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96eb417..fe16a7c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The infinity symbol in the displayer informs that no votes will be counted at th ### Datasheets (see `doc` directory) + Arduino with Atmega328p microcontroller + HD44780 liquid crystal displayer -+ I2C converter for displayer based on PCF8574AT ++ I2C converter for displayer based on PCF8574 ----- @@ -40,8 +40,9 @@ The infinity symbol in the displayer informs that no votes will be counted at th Build process: + Linux-based operating system + AVR compilation utils: GCC AVR, AVR libc, AVRDude \ - (`gcc-avr`, `binutils-avr`, `avr-libc`, `avrdude`) -+ GNU Make + \[APT packages `gcc-avr`, `binutils-avr`, `avr-libc`, `avrdude`\] ++ GNU Make \ + \[APT package `make`\] -----