Skip to content

Instantly share code, notes, and snippets.

View mhagger's full-sized avatar

Michael Haggerty mhagger

View GitHub Profile
@mhagger
mhagger / seconds.csv
Last active December 8, 2015 18:11 — forked from jonmagic/seconds.csv
This is binary data captured from a car stereo and it's companion cd changer. The stereo updates it's screen with the cd track minutes and "seconds". Each row below corresponds to the "seconds". Column 1 is the seconds, 2 is binary, 3 is 2 inverted. The goal is figuring out how to generate the seconds from 0's & 1's without the table below.
seconds message inverted-message
4 110 001
5 00101 11010
6 10100 01011
7 01100 10011
8 11101 00010
9 00011 11100
10 10010 01101
11 0000101 1111010
12 1000100 0111011