Skip to content

Instantly share code, notes, and snippets.

@vlad-gheorghe
vlad-gheorghe / arduino_clock.ino
Created January 31, 2020 19:00 — forked from deanet/arduino_clock.ino
code of 90 degree rotation of Mini LED Clock https://123led.wordpress.com/mini-led-clock/
/***********************************************************************
Mini Clock v1.0, Jul 2014 by Nick Hall
Distributed under the terms of the GPL.
For help on how to build the clock see my blog:
http://123led.wordpress.com/
Tested on IDE v1.6.6
-----
@vlad-gheorghe
vlad-gheorghe / clock.ino
Created September 11, 2017 12:53 — forked from AbhishekGhosh/clock.ino
Arduino 7 Segment 4 Digit clock
#include <Wire.h>
#include "TM1637.h" // http://www.seeedstudio.com/wiki/File:DigitalTube.zip
// 7сигментный индикатор
#define CLK 6
#define DIO 7
#define brightness 6 // яркость, от 0 до 7
// кнопки
#define keyHor 5