[Из песочницы] Как подключить LCD экран от кассового аппарата ЭКР-2102 к Ардуино

slnchn8ozg_kilaeybqlmzr2jk0.png
// использованы наработки из http://arduino.ru/forum/programmirovanie/ht1621
// http://arduino.ru/forum/programmirovanie/ht1621#comment-76371

#define sbi(x, y)  (x |= (1 << y))   /*set Register x of y*/
#define cbi(x, y)  (x &= ~(1 <


© Geektimes