Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 474 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 474 Bytes

Arduino Converter

This is a library for converting integer / long numbers in decimal form to other bases like Hexadecimal, Binary and Octal. It could also be used to generate an integer / long from a string containing a Hexadecimal, Binary or Octal numbers.

Currently Supporting

Decimal 	-> Binary
Decimal 	-> Hexadecimal
Decimal 	-> Octal

Binary 		-> Decimal
Hexadecimal 	-> Decimal
Octal 		-> Decimal