This project provides custom blocks for conversion between decimal and binary, and vice versa. Note: It currently only works on INTEGERS, and putting something that is not a decimal integer into the decimal to binary block will break it. This includes floats, like "1.337e+42". Binary will throw an error message. Hmm... It seems that entering powers of two into the binary converter will give a "1" as output.