Skip to content

HombreLaser/Arduino-Number-Converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Library for converting decimal numbers to other bases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%