This repository has been archived on 2025-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
controller-hd/Tests/test.py

4 lines
73 B
Python

hex_value = "0x65EADA6E"
dec_value = int(hex_value, 16)
print(dec_value)