This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#------------------------------------------------------------------------------------# | |
# PIN Schematics # | |
# # | |
# GPIO-00 MCU-BOOT # | |
# GPIO-01 Speaker Mute-Status # | |
# GPIO-02 I2S MCLK # | |
# GPIO-03 Touch-Screen TT21100 Interrupt Pin # | |
# GPIO-04 ILI92xxx Display DC-Pin (SPI: CLK-Pin) # | |
# GPIO-05 ILI92xxx Display CS-Pin (SPI: MOSI-Pin) # | |
# GPIO-06 ILI92xxx Display SDA # |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Balance of your account at cointracking.info | |
""" | |
from datetime import timedelta | |
import requests | |
import voluptuous as vol | |
from hashlib import sha512 | |
import hmac | |
from urllib.parse import urlencode | |
import time |