Skip to content

CarlOhlsson/Arduino-Number-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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