Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 642 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 642 Bytes

Arduino-Number-Converter

Librería escrita por Carl Ohlsson (https://github.com/CarlOhlsson) modificada para aceptar números flotantes y las bases numéricas 6 y 20.

Readme original

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