Difference between revisions of "BinaryWatch"

m (Description)
m (Description)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
To read current time press '''TIME''' button. You'll see some of the diodes are on and some are off. Every led is in white rectangle with number in it. This is the value of every bit.
 
To read current time press '''TIME''' button. You'll see some of the diodes are on and some are off. Every led is in white rectangle with number in it. This is the value of every bit.
  
* Calculating minutes
+
{| class="wikitable" style="width: 200px;"
Press '''TIME''' button and see which of the green diodes are emitting.
+
|+Hours
For example:
+
!16
 +
!8
 +
!4
 +
!2
 +
!1
 +
|- style="font-style: italic; color: red; text-align: center;"
 +
|style="width: 40px" |x
 +
|style="width: 40px" |x
 +
|style="width: 40px" |x
 +
|style="width: 40px" |x
 +
|style="width: 40px" |x
 +
|}
  
    bin bash
+
{| class="wikitable" style="width: 240px;"
 +
|+Minutes
 +
!32
 +
!16
 +
!8
 +
!4
 +
!2
 +
!1
 +
|- style="font-style: italic; color: green; text-align: center;"
 +
|style="width: 40px" |x
 +
|style="width: 40px" |x
 +
|style="width: 40px" |x
 +
|style="width: 40px" |x
 +
|style="width: 40px" |x
 +
|style="width: 40px" |x
 +
|}
 +
 
 +
Or when you press '''DATE''' button:
 +
 
 +
{| class="wikitable" style="width: 200px;"
 +
|+Month
 +
!16
 +
!8
 +
!4
 +
!2
 +
!1
 +
|- style="font-style: italic; color: red; text-align: center;"
 +
|style="width: 40px" |x
 +
|style="width: 40px" |x
 +
|style="width: 40px" |x
 +
|style="width: 40px" |x
 +
|style="width: 40px" |x
 +
|}
 +
 
 +
{| class="wikitable" style="width: 240px;"
 +
|+Date
 +
!32
 +
!16
 +
!8
 +
!4
 +
!2
 +
!1
 +
|- style="font-style: italic; color: green; text-align: center;"
 +
|style="width: 40px" |x
 +
|style="width: 40px" |x
 +
|style="width: 40px" |x
 +
|style="width: 40px" |x
 +
|style="width: 40px" |x
 +
|style="width: 40px" |x
 +
|}
 +
 
 +
==Reading time==
  
 
==Setup==
 
==Setup==
 
===Setup clock===
 
===Setup clock===
 
===Setup date===
 
===Setup date===

Latest revision as of 00:30, 10 November 2015

Description

To read current time press TIME button. You'll see some of the diodes are on and some are off. Every led is in white rectangle with number in it. This is the value of every bit.

Hours
16 8 4 2 1
x x x x x
Minutes
32 16 8 4 2 1
x x x x x x

Or when you press DATE button:

Month
16 8 4 2 1
x x x x x
Date
32 16 8 4 2 1
x x x x x x

Reading time

Setup

Setup clock

Setup date